Html Css Color HEX #CC1124 Fire Engine Red

📋 copy color: '#CC1124'

red 204 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #CC1124

Tints of Fire Engine Red #CC1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 79.38%
G = 6.61%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1124 (or 0xCC1124) is known color: Fire Engine Red. HEX triplet: CC, 11 and 24. RGB value is (204,17,36). Sum of RGB (Red+Green+Blue) = 204+17+36=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1124 is #33EEDB. Grayscale: #4B4B4B. Windows color (decimal): -3403484 or 2363852. OLE color: 2363852.

HSL color Cylindrical-coordinate representation of color #CC1124: hue angle of 353.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1124 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 36 -
CMYK 0 0.92 0.82 0.2
HSL 353.9º 0.85% 0.43% -
HSV(B) 353.9º 0.92% 0.8% -
XYZ 25.42 13.37 2.91 -
YUV 75.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 204 17 36 0 0.92 0.82 0.2 353.9 0.85 0.43
Hex CC 11 24 0 5C 52 14 162 55 2B
Octal 314 21 44 0 134 122 24 542 125 53
Binary 11001100 10001 100100 0 1011100 1010010 10100 101100010 1010101 101011

Color Harmonies of #CC1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1124

Black with #CC1124

Text Example


Text Example

White with #CC1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1124; }

 p { color: rgb(204,17,36); }

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

background-color css

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

 a { background-color: rgb(204,17,36); }

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

border-color css

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

 span { border-color: rgb(204,17,36); }

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