#CC1126

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

Shades of Fire Engine Red #CC1126

Tints of Fire Engine Red #CC1126

Color information

#CC1126 (or 0xCC1126) is unknown color: approx Fire Engine Red. HEX triplet: CC, 11 and 26. RGB value is (204,17,38). Sum of RGB (Red+Green+Blue) = 204+17+38=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1126 is #33EED9. Grayscale: #4B4B4B. Windows color (decimal): -3403482 or 2494924. OLE color: 2494924.

HSL color Cylindrical-coordinate representation of color #CC1126: hue angle of 353.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1126 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB2041738-
CMYK00.920.810.2
HSL353.26º84.62%43.33%-
HSV(B)353.26º91.67%80%-
XYZ25.4513.383.07-
YUV75.31106.95219.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.76%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=78.76%
G=6.56%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204173800.920.810.2353.2684.6243.33
HexCC112605C5114161552b
Octal314214601341212454112553
Binary1100110010001100110010111001010001101001011000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1126; }

 p { color: rgb(204,17,38); }

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

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

 a { background-color: rgb(204,17,38); }

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

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

 span { border-color: rgb(204,17,38); }

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