Html Css Color HEX #CC172B Fire Engine Red

📋 copy color: '#CC172B'

red 204 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #CC172B

Tints of Fire Engine Red #CC172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 75.56%
G = 8.52%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC172B (or 0xCC172B) is known color: Fire Engine Red. HEX triplet: CC, 17 and 2B. RGB value is (204,23,43). Sum of RGB (Red+Green+Blue) = 204+23+43=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC172B is #33E8D4. Grayscale: #4F4F4F. Windows color (decimal): -3401941 or 2824140. OLE color: 2824140.

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

Color convert

RGB 204 23 43 -
CMYK 0 0.89 0.79 0.2
HSL 353.37º 0.8% 0.45% -
HSV(B) 353.37º 0.89% 0.8% -
XYZ 25.64 13.62 3.56 -
YUV 79.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 204 23 43 0 0.89 0.79 0.2 353.37 0.8 0.45
Hex CC 17 2B 0 59 4F 14 161 50 2D
Octal 314 27 53 0 131 117 24 541 120 55
Binary 11001100 10111 101011 0 1011001 1001111 10100 101100001 1010000 101101

Color Harmonies of #CC172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC172B

Black with #CC172B

Text Example


Text Example

White with #CC172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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