Html Css Color HEX #CC171E Fire Engine Red

📋 copy color: '#CC171E'

red 204 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #CC171E

Tints of Fire Engine Red #CC171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 79.38%
G = 8.95%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC171E (or 0xCC171E) is known color: Fire Engine Red. HEX triplet: CC, 17 and 1E. RGB value is (204,23,30). Sum of RGB (Red+Green+Blue) = 204+23+30=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC171E is #33E8E1. Grayscale: #4E4E4E. Windows color (decimal): -3401954 or 1972172. OLE color: 1972172.

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

Color convert

RGB 204 23 30 -
CMYK 0 0.89 0.85 0.2
HSL 357.68º 0.8% 0.45% -
HSV(B) 357.68º 0.89% 0.8% -
XYZ 25.44 13.54 2.5 -
YUV 77.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 204 23 30 0 0.89 0.85 0.2 357.68 0.8 0.45
Hex CC 17 1E 0 59 55 14 166 50 2D
Octal 314 27 36 0 131 125 24 546 120 55
Binary 11001100 10111 11110 0 1011001 1010101 10100 101100110 1010000 101101

Color Harmonies of #CC171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC171E

Black with #CC171E

Text Example


Text Example

White with #CC171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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