Html Css Color HEX #CC142C Fire Engine Red

📋 copy color: '#CC142C'

red 204 ◦ green 20 ◦ blue 44

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

Shades of Fire Engine Red #CC142C

Tints of Fire Engine Red #CC142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 76.12%
G = 7.46%
B = 16.42%

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

#CC142C (or 0xCC142C) is known color: Fire Engine Red. HEX triplet: CC, 14 and 2C. RGB value is (204,20,44). Sum of RGB (Red+Green+Blue) = 204+20+44=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC142C is #33EBD3. Grayscale: #4D4D4D. Windows color (decimal): -3402708 or 2888908. OLE color: 2888908.

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

Color convert

RGB 204 20 44 -
CMYK 0 0.90 0.78 0.2
HSL 352.17º 0.82% 0.44% -
HSV(B) 352.17º 0.9% 0.8% -
XYZ 25.61 13.52 3.64 -
YUV 77.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 204 20 44 0 0.90 0.78 0.2 352.17 0.82 0.44
Hex CC 14 2C 0 5A 4E 14 160 52 2C
Octal 314 24 54 0 132 116 24 540 122 54
Binary 11001100 10100 101100 0 1011010 1001110 10100 101100000 1010010 101100

Color Harmonies of #CC142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC142C

Black with #CC142C

Text Example


Text Example

White with #CC142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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