Html Css Color HEX #CC171B Fire Engine Red

📋 copy color: '#CC171B'

red 204 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #CC171B

Tints of Fire Engine Red #CC171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 80.31%
G = 9.06%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC171B (or 0xCC171B) is known color: Fire Engine Red. HEX triplet: CC, 17 and 1B. RGB value is (204,23,27). Sum of RGB (Red+Green+Blue) = 204+23+27=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC171B is #33E8E4. Grayscale: #4D4D4D. Windows color (decimal): -3401957 or 1775564. OLE color: 1775564.

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

Color convert

RGB 204 23 27 -
CMYK 0 0.89 0.87 0.2
HSL 358.67º 0.8% 0.45% -
HSV(B) 358.67º 0.89% 0.8% -
XYZ 25.41 13.53 2.31 -
YUV 77.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 204 23 27 0 0.89 0.87 0.2 358.67 0.8 0.45
Hex CC 17 1B 0 59 57 14 167 50 2D
Octal 314 27 33 0 131 127 24 547 120 55
Binary 11001100 10111 11011 0 1011001 1010111 10100 101100111 1010000 101101

Color Harmonies of #CC171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC171B

Black with #CC171B

Text Example


Text Example

White with #CC171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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