#C11729

Color #C11729 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C11729

Tints of Fire Engine Red #C11729

Color information

#C11729 (or 0xC11729) is unknown color: approx Fire Engine Red. HEX triplet: C1, 17 and 29. RGB value is (193,23,41). Sum of RGB (Red+Green+Blue) = 193+23+41=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C11729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11729 is #3EE8D6. Grayscale: #4B4B4B. Windows color (decimal): -4122839 or 2693057. OLE color: 2693057.

HSL color Cylindrical-coordinate representation of color #C11729: hue angle of 353.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11729 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1932341-
CMYK00.880.790.24
HSL353.65º78.7%42.35%-
HSV(B)353.65º88.08%75.69%-
XYZ22.712.113.24-
YUV75.88108.32211.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 75.10%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=75.10%
G=8.95%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193234100.880.790.24353.6578.742.35
HexC117290584F181624f2a
Octal301275101301173054211752
Binary1100000110111101001010110001001111110001011000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11729; }

 p { color: rgb(193,23,41); }

 H1.HeaderClassName
 {
   color: #C11729;
 }
 .AnyTagClassName
 {
   color: #C11729;
 }
</style>
background-color css

<style>
 a { background-color: #C11729; }

 a { background-color: rgb(193,23,41); }

 div.DivClassName
 {
   background-color: #C11729;
 }
 .BgClassName
 {
   background-color: #C11729;
 }
</style>
border-color css

<style>
 span { border-color: #C11729; }

 span { border-color: rgb(193,23,41); }

 td.TdClassName
 {
   border-color: #C11729;
 }
 .TagClassName
 {
   border-color: #C11729;
 }
</style>