#CC1029

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

Shades of Fire Engine Red #CC1029

Tints of Fire Engine Red #CC1029

Color information

#CC1029 (or 0xCC1029) is unknown color: approx Fire Engine Red. HEX triplet: CC, 10 and 29. RGB value is (204,16,41). Sum of RGB (Red+Green+Blue) = 204+16+41=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1029 is #33EFD6. Grayscale: #4B4B4B. Windows color (decimal): -3403735 or 2691276. OLE color: 2691276.

HSL color Cylindrical-coordinate representation of color #CC1029: hue angle of 352.02º 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 #CC1029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB2041641-
CMYK00.920.800.2
HSL352.02º85.45%43.14%-
HSV(B)352.02º92.16%80%-
XYZ25.4913.373.33-
YUV75.06108.78219.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.16%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=78.16%
G=6.13%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204164100.920.800.2352.0285.4543.14
HexCC102905C5014160552b
Octal314205101341202454012553
Binary1100110010000101001010111001010000101001011000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1029; }

 p { color: rgb(204,16,41); }

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

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

 a { background-color: rgb(204,16,41); }

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

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

 span { border-color: rgb(204,16,41); }

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