Html Css Color HEX #CC1F2C Fire Engine Red

📋 copy color: '#CC1F2C'

red 204 ◦ green 31 ◦ blue 44

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

Shades of Fire Engine Red #CC1F2C

Tints of Fire Engine Red #CC1F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 73.12%
G = 11.11%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC1F2C (or 0xCC1F2C) is known color: Fire Engine Red. HEX triplet: CC, 1F and 2C. RGB value is (204,31,44). Sum of RGB (Red+Green+Blue) = 204+31+44=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F2C is #33E0D3. Grayscale: #545454. Windows color (decimal): -3399892 or 2891724. OLE color: 2891724.

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

Color convert

RGB 204 31 44 -
CMYK 0 0.85 0.78 0.2
HSL 355.49º 0.74% 0.46% -
HSV(B) 355.49º 0.85% 0.8% -
XYZ 25.85 14 3.72 -
YUV 84.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 204 31 44 0 0.85 0.78 0.2 355.49 0.74 0.46
Hex CC 1F 2C 0 55 4E 14 163 4A 2E
Octal 314 37 54 0 125 116 24 543 112 56
Binary 11001100 11111 101100 0 1010101 1001110 10100 101100011 1001010 101110

Color Harmonies of #CC1F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F2C

Black with #CC1F2C

Text Example


Text Example

White with #CC1F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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