Html Css Color HEX #CC1724 Fire Engine Red

📋 copy color: '#CC1724'

red 204 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #CC1724

Tints of Fire Engine Red #CC1724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

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

R = 77.57%
G = 8.75%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1724 (or 0xCC1724) is known color: Fire Engine Red. HEX triplet: CC, 17 and 24. RGB value is (204,23,36). Sum of RGB (Red+Green+Blue) = 204+23+36=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1724 is #33E8DB. Grayscale: #4E4E4E. Windows color (decimal): -3401948 or 2365388. OLE color: 2365388.

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

Color convert

RGB 204 23 36 -
CMYK 0 0.89 0.82 0.2
HSL 355.69º 0.8% 0.45% -
HSV(B) 355.69º 0.89% 0.8% -
XYZ 25.53 13.58 2.94 -
YUV 78.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 204 23 36 0 0.89 0.82 0.2 355.69 0.8 0.45
Hex CC 17 24 0 59 52 14 164 50 2D
Octal 314 27 44 0 131 122 24 544 120 55
Binary 11001100 10111 100100 0 1011001 1010010 10100 101100100 1010000 101101

Color Harmonies of #CC1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1724

Black with #CC1724

Text Example


Text Example

White with #CC1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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