Html Css Color HEX #CC1315 Fire Engine Red

📋 copy color: '#CC1315'

red 204 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #CC1315

Tints of Fire Engine Red #CC1315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 83.61%
G = 7.79%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1315 (or 0xCC1315) is known color: Fire Engine Red. HEX triplet: CC, 13 and 15. RGB value is (204,19,21). Sum of RGB (Red+Green+Blue) = 204+19+21=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1315 is #33ECEA. Grayscale: #4A4A4A. Windows color (decimal): -3402987 or 1381324. OLE color: 1381324.

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

Color convert

RGB 204 19 21 -
CMYK 0 0.91 0.90 0.2
HSL 359.35º 0.83% 0.44% -
HSV(B) 359.35º 0.91% 0.8% -
XYZ 25.27 13.36 1.96 -
YUV 74.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 204 19 21 0 0.91 0.90 0.2 359.35 0.83 0.44
Hex CC 13 15 0 5B 5A 14 167 53 2C
Octal 314 23 25 0 133 132 24 547 123 54
Binary 11001100 10011 10101 0 1011011 1011010 10100 101100111 1010011 101100

Color Harmonies of #CC1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1315

Black with #CC1315

Text Example


Text Example

White with #CC1315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1315; }

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

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

background-color css

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

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

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

border-color css

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

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

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