Html Css Color HEX #CC1F28 Fire Engine Red

📋 copy color: '#CC1F28'

red 204 ◦ green 31 ◦ blue 40

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

Shades of Fire Engine Red #CC1F28

Tints of Fire Engine Red #CC1F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

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

R = 74.18%
G = 11.27%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1F28 (or 0xCC1F28) is known color: Fire Engine Red. HEX triplet: CC, 1F and 28. RGB value is (204,31,40). Sum of RGB (Red+Green+Blue) = 204+31+40=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F28 is #33E0D7. Grayscale: #535353. Windows color (decimal): -3399896 or 2629580. OLE color: 2629580.

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

Color convert

RGB 204 31 40 -
CMYK 0 0.85 0.80 0.2
HSL 356.88º 0.74% 0.46% -
HSV(B) 356.88º 0.85% 0.8% -
XYZ 25.77 13.97 3.35 -
YUV 83.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 204 31 40 0 0.85 0.80 0.2 356.88 0.74 0.46
Hex CC 1F 28 0 55 50 14 165 4A 2E
Octal 314 37 50 0 125 120 24 545 112 56
Binary 11001100 11111 101000 0 1010101 1010000 10100 101100101 1001010 101110

Color Harmonies of #CC1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F28

Black with #CC1F28

Text Example


Text Example

White with #CC1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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