#C41028

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

Shades of Fire Engine Red #C41028

Tints of Fire Engine Red #C41028

Color information

#C41028 (or 0xC41028) is unknown color: approx Fire Engine Red. HEX triplet: C4, 10 and 28. RGB value is (196,16,40). Sum of RGB (Red+Green+Blue) = 196+16+40=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41028 is #3BEFD7. Grayscale: #484848. Windows color (decimal): -3928024 or 2625732. OLE color: 2625732.

HSL color Cylindrical-coordinate representation of color #C41028: hue angle of 352º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41028 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1961640-
CMYK00.920.800.23
HSL352º84.91%41.57%-
HSV(B)352º91.84%76.86%-
XYZ23.3312.263.14-
YUV72.56109.63216.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.78%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=77.78%
G=6.35%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196164000.920.800.2335284.9141.57
HexC4102805C5017160552a
Octal304205001341202754012552
Binary1100010010000101000010111001010000101111011000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41028; }

 p { color: rgb(196,16,40); }

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

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

 a { background-color: rgb(196,16,40); }

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

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

 span { border-color: rgb(196,16,40); }

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