Html Css Color HEX #CC1F27 Fire Engine Red

📋 copy color: '#CC1F27'

red 204 ◦ green 31 ◦ blue 39

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

Shades of Fire Engine Red #CC1F27

Tints of Fire Engine Red #CC1F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 74.45%
G = 11.31%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1F27 (or 0xCC1F27) is known color: Fire Engine Red. HEX triplet: CC, 1F and 27. RGB value is (204,31,39). Sum of RGB (Red+Green+Blue) = 204+31+39=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F27 is #33E0D8. Grayscale: #535353. Windows color (decimal): -3399897 or 2564044. OLE color: 2564044.

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

Color convert

RGB 204 31 39 -
CMYK 0 0.85 0.81 0.2
HSL 357.23º 0.74% 0.46% -
HSV(B) 357.23º 0.85% 0.8% -
XYZ 25.76 13.96 3.26 -
YUV 83.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 204 31 39 0 0.85 0.81 0.2 357.23 0.74 0.46
Hex CC 1F 27 0 55 51 14 165 4A 2E
Octal 314 37 47 0 125 121 24 545 112 56
Binary 11001100 11111 100111 0 1010101 1010001 10100 101100101 1001010 101110

Color Harmonies of #CC1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F27

Black with #CC1F27

Text Example


Text Example

White with #CC1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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