#CC172D

Color #CC172D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC172D

Tints of Fire Engine Red #CC172D

Color information

#CC172D (or 0xCC172D) is unknown color: approx Fire Engine Red. HEX triplet: CC, 17 and 2D. RGB value is (204,23,45). Sum of RGB (Red+Green+Blue) = 204+23+45=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC172D is #33E8D2. Grayscale: #4F4F4F. Windows color (decimal): -3401939 or 2955212. OLE color: 2955212.

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

Color convert

RGB2042345-
CMYK00.890.780.2
HSL352.71º79.74%44.51%-
HSV(B)352.71º88.73%80%-
XYZ25.6813.643.76-
YUV79.63108.47216.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=75%
G=8.46%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204234500.890.780.2352.7179.7444.51
HexCC172D0594E14161502d
Octal314275501311162454112055
Binary1100110010111101101010110011001110101001011000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC172D; }

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

 H1.HeaderClassName
 {
   color: #CC172D;
 }
 .AnyTagClassName
 {
   color: #CC172D;
 }
</style>
background-color css

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

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

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

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

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

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