#CC1B29

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

Shades of Fire Engine Red #CC1B29

Tints of Fire Engine Red #CC1B29

Color information

#CC1B29 (or 0xCC1B29) is unknown color: approx Fire Engine Red. HEX triplet: CC, 1B and 29. RGB value is (204,27,41). Sum of RGB (Red+Green+Blue) = 204+27+41=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B29 is #33E4D6. Grayscale: #515151. Windows color (decimal): -3400919 or 2694092. OLE color: 2694092.

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

Color convert

RGB2042741-
CMYK00.870.800.2
HSL355.25º76.62%45.29%-
HSV(B)355.25º86.76%80%-
XYZ25.6913.783.4-
YUV81.52105.14215.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=75%
G=9.93%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204274100.870.800.2355.2576.6245.29
HexCC1B2905750141634d2d
Octal314335101271202454311555
Binary1100110011011101001010101111010000101001011000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B29; }

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

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

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

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

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

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

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

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