Html Css Color HEX #CC121D Fire Engine Red

📋 copy color: '#CC121D'

red 204 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #CC121D

Tints of Fire Engine Red #CC121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 81.27%
G = 7.17%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC121D (or 0xCC121D) is known color: Fire Engine Red. HEX triplet: CC, 12 and 1D. RGB value is (204,18,29). Sum of RGB (Red+Green+Blue) = 204+18+29=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC121D is #33EDE2. Grayscale: #4B4B4B. Windows color (decimal): -3403235 or 1905356. OLE color: 1905356.

HSL color Cylindrical-coordinate representation of color #CC121D: hue angle of 356.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC121D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 29 -
CMYK 0 0.91 0.86 0.2
HSL 356.45º 0.84% 0.44% -
HSV(B) 356.45º 0.91% 0.8% -
XYZ 25.34 13.36 2.41 -
YUV 74.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 204 18 29 0 0.91 0.86 0.2 356.45 0.84 0.44
Hex CC 12 1D 0 5B 56 14 164 54 2C
Octal 314 22 35 0 133 126 24 544 124 54
Binary 11001100 10010 11101 0 1011011 1010110 10100 101100100 1010100 101100

Color Harmonies of #CC121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC121D

Black with #CC121D

Text Example


Text Example

White with #CC121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC121D; }

 p { color: rgb(204,18,29); }

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

background-color css

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

 a { background-color: rgb(204,18,29); }

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

border-color css

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

 span { border-color: rgb(204,18,29); }

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