#C11926

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

Shades of Fire Engine Red #C11926

Tints of Fire Engine Red #C11926

Color information

#C11926 (or 0xC11926) is unknown color: approx Fire Engine Red. HEX triplet: C1, 19 and 26. RGB value is (193,25,38). Sum of RGB (Red+Green+Blue) = 193+25+38=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C11926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11926 is #3EE6D9. Grayscale: #4C4C4C. Windows color (decimal): -4122330 or 2496961. OLE color: 2496961.

HSL color Cylindrical-coordinate representation of color #C11926: hue angle of 355.36º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11926 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1932538-
CMYK00.870.800.24
HSL355.36º77.06%42.75%-
HSV(B)355.36º87.05%75.69%-
XYZ22.6912.172.99-
YUV76.71106.16210.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.39%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=75.39%
G=9.77%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193253800.870.800.24355.3677.0642.75
HexC1192605750181634d2b
Octal301314601271203054311553
Binary1100000111001100110010101111010000110001011000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11926; }

 p { color: rgb(193,25,38); }

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

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

 a { background-color: rgb(193,25,38); }

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

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

 span { border-color: rgb(193,25,38); }

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