#CC1A29

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

Shades of Fire Engine Red #CC1A29

Tints of Fire Engine Red #CC1A29

Color information

#CC1A29 (or 0xCC1A29) is unknown color: approx Fire Engine Red. HEX triplet: CC, 1A and 29. RGB value is (204,26,41). Sum of RGB (Red+Green+Blue) = 204+26+41=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A29 is #33E5D6. Grayscale: #515151. Windows color (decimal): -3401175 or 2693836. OLE color: 2693836.

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

Color convert

RGB2042641-
CMYK00.870.800.2
HSL354.94º77.39%45.1%-
HSV(B)354.94º87.25%80%-
XYZ25.6713.743.4-
YUV80.93105.47215.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.28%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=75.28%
G=9.59%
B=15.13%

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
Decimal204264100.870.800.2354.9477.3945.1
HexCC1A2905750141634d2d
Octal314325101271202454311555
Binary1100110011010101001010101111010000101001011000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1A29; }

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

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

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

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

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

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

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

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