Html Css Color HEX #CC152C Fire Engine Red

📋 copy color: '#CC152C'

red 204 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #CC152C

Tints of Fire Engine Red #CC152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 75.84%
G = 7.81%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC152C (or 0xCC152C) is known color: Fire Engine Red. HEX triplet: CC, 15 and 2C. RGB value is (204,21,44). Sum of RGB (Red+Green+Blue) = 204+21+44=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC152C is #33EAD3. Grayscale: #4E4E4E. Windows color (decimal): -3402452 or 2889164. OLE color: 2889164.

HSL color Cylindrical-coordinate representation of color #CC152C: hue angle of 352.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC152C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 44 -
CMYK 0 0.90 0.78 0.2
HSL 352.46º 0.81% 0.44% -
HSV(B) 352.46º 0.9% 0.8% -
XYZ 25.62 13.56 3.65 -
YUV 78.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 204 21 44 0 0.90 0.78 0.2 352.46 0.81 0.44
Hex CC 15 2C 0 5A 4E 14 160 51 2C
Octal 314 25 54 0 132 116 24 540 121 54
Binary 11001100 10101 101100 0 1011010 1001110 10100 101100000 1010001 101100

Color Harmonies of #CC152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC152C

Black with #CC152C

Text Example


Text Example

White with #CC152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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