#C01628

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

Shades of Fire Engine Red #C01628

Tints of Fire Engine Red #C01628

Color information

#C01628 (or 0xC01628) is unknown color: approx Fire Engine Red. HEX triplet: C0, 16 and 28. RGB value is (192,22,40). Sum of RGB (Red+Green+Blue) = 192+22+40=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C01628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01628 is #3FE9D7. Grayscale: #4A4A4A. Windows color (decimal): -4188632 or 2627264. OLE color: 2627264.

HSL color Cylindrical-coordinate representation of color #C01628: hue angle of 353.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01628 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1922240-
CMYK00.890.790.25
HSL353.65º79.44%41.96%-
HSV(B)353.65º88.54%75.29%-
XYZ22.4111.933.13-
YUV74.88108.32211.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.59%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=75.59%
G=8.66%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192224000.890.790.25353.6579.4441.96
HexC016280594F191624f2a
Octal300265001311173154211752
Binary1100000010110101000010110011001111110011011000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01628; }

 p { color: rgb(192,22,40); }

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

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

 a { background-color: rgb(192,22,40); }

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

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

 span { border-color: rgb(192,22,40); }

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