#C01228

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

Shades of Fire Engine Red #C01228

Tints of Fire Engine Red #C01228

Color information

#C01228 (or 0xC01228) is unknown color: approx Fire Engine Red. HEX triplet: C0, 12 and 28. RGB value is (192,18,40). Sum of RGB (Red+Green+Blue) = 192+18+40=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01228 is #3FEDD7. Grayscale: #484848. Windows color (decimal): -4189656 or 2626240. OLE color: 2626240.

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

Color convert

RGB1921840-
CMYK00.910.790.25
HSL352.41º82.86%41.18%-
HSV(B)352.41º90.62%75.29%-
XYZ22.3411.793.11-
YUV72.53109.65213.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 76.8%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 40 (16.02% from 255) = 16%
R=76.8%
G=7.2%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192184000.910.790.25352.4182.8641.18
HexC0122805B4F191605329
Octal300225001331173154012351
Binary1100000010010101000010110111001111110011011000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01228; }

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

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

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

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

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

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

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

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