Html Css Color HEX #CC1217 Fire Engine Red

📋 copy color: '#CC1217'

red 204 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #CC1217

Tints of Fire Engine Red #CC1217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.39%

R = 83.27%
G = 7.35%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC1217 (or 0xCC1217) is known color: Fire Engine Red. HEX triplet: CC, 12 and 17. RGB value is (204,18,23). Sum of RGB (Red+Green+Blue) = 204+18+23=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1217 is #33EDE8. Grayscale: #4A4A4A. Windows color (decimal): -3403241 or 1512140. OLE color: 1512140.

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

Color convert

RGB 204 18 23 -
CMYK 0 0.91 0.89 0.2
HSL 358.39º 0.84% 0.44% -
HSV(B) 358.39º 0.91% 0.8% -
XYZ 25.27 13.33 2.05 -
YUV 74.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 204 18 23 0 0.91 0.89 0.2 358.39 0.84 0.44
Hex CC 12 17 0 5B 59 14 166 54 2C
Octal 314 22 27 0 133 131 24 546 124 54
Binary 11001100 10010 10111 0 1011011 1011001 10100 101100110 1010100 101100

Color Harmonies of #CC1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1217

Black with #CC1217

Text Example


Text Example

White with #CC1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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