Html Css Color HEX #CC1324 Fire Engine Red

📋 copy color: '#CC1324'

red 204 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #CC1324

Tints of Fire Engine Red #CC1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 78.76%
G = 7.34%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1324 (or 0xCC1324) is known color: Fire Engine Red. HEX triplet: CC, 13 and 24. RGB value is (204,19,36). Sum of RGB (Red+Green+Blue) = 204+19+36=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1324 is #33ECDB. Grayscale: #4C4C4C. Windows color (decimal): -3402972 or 2364364. OLE color: 2364364.

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

Color convert

RGB 204 19 36 -
CMYK 0 0.91 0.82 0.2
HSL 354.49º 0.83% 0.44% -
HSV(B) 354.49º 0.91% 0.8% -
XYZ 25.45 13.43 2.92 -
YUV 76.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 204 19 36 0 0.91 0.82 0.2 354.49 0.83 0.44
Hex CC 13 24 0 5B 52 14 162 53 2C
Octal 314 23 44 0 133 122 24 542 123 54
Binary 11001100 10011 100100 0 1011011 1010010 10100 101100010 1010011 101100

Color Harmonies of #CC1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1324

Black with #CC1324

Text Example


Text Example

White with #CC1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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