#CD172C

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

Shades of Fire Engine Red #CD172C

Tints of Fire Engine Red #CD172C

Color information

#CD172C (or 0xCD172C) is unknown color: approx Fire Engine Red. HEX triplet: CD, 17 and 2C. RGB value is (205,23,44). Sum of RGB (Red+Green+Blue) = 205+23+44=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD172C is #32E8D3. Grayscale: #4F4F4F. Windows color (decimal): -3336404 or 2889677. OLE color: 2889677.

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

Color convert

RGB2052344-
CMYK00.890.790.20
HSL353.08º79.82%44.71%-
HSV(B)353.08º88.78%80.39%-
XYZ25.9413.773.67-
YUV79.81107.8217.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 75.37%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=75.37%
G=8.46%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205234400.890.790.20353.0879.8244.71
HexCD172C0594F14161502d
Octal315275401311172454112055
Binary1100110110111101100010110011001111101001011000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD172C; }

 p { color: rgb(205,23,44); }

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

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

 a { background-color: rgb(205,23,44); }

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

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

 span { border-color: rgb(205,23,44); }

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