Html Css Color HEX #CC1A28 Fire Engine Red

📋 copy color: '#CC1A28'

red 204 ◦ green 26 ◦ blue 40

#CC1A28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CC1A28

Tints of Fire Engine Red #CC1A28

RGB

 RED value IS 204 (80.08% from 255) = 75.56%

 GREEN value IS 26 (10.55% from 255) = 9.63%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 75.56%
G = 9.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1A28 (or 0xCC1A28) is known color: Fire Engine Red. HEX triplet: CC, 1A and 28. RGB value is (204,26,40). Sum of RGB (Red+Green+Blue) = 204+26+40=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A28 is #33E5D7. Grayscale: #505050. Windows color (decimal): -3401176 or 2628300. OLE color: 2628300.

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

Color convert

RGB 204 26 40 -
CMYK 0 0.87 0.80 0.2
HSL 355.28º 0.77% 0.45% -
HSV(B) 355.28º 0.87% 0.8% -
XYZ 25.65 13.73 3.31 -
YUV 80.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 204 26 40 0 0.87 0.80 0.2 355.28 0.77 0.45
Hex CC 1A 28 0 57 50 14 163 4D 2D
Octal 314 32 50 0 127 120 24 543 115 55
Binary 11001100 11010 101000 0 1010111 1010000 10100 101100011 1001101 101101

Color Harmonies of #CC1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A28

Black with #CC1A28

Text Example


Text Example

White with #CC1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A28; }

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

 H1.HeaderClassName
 {
   color: #CC1A28;
 }
 .AnyTagClassName
 {
   color: #CC1A28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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