#D61128

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

Shades of Fire Engine Red #D61128

Tints of Fire Engine Red #D61128

Color information

#D61128 (or 0xD61128) is unknown color: approx Fire Engine Red. HEX triplet: D6, 11 and 28. RGB value is (214,17,40). Sum of RGB (Red+Green+Blue) = 214+17+40=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61128 is #29EED7. Grayscale: #4E4E4E. Windows color (decimal): -2748120 or 2626006. OLE color: 2626006.

HSL color Cylindrical-coordinate representation of color #D61128: hue angle of 352.99º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61128 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2141740-
CMYK00.920.810.16
HSL352.99º85.28%45.29%-
HSV(B)352.99º92.06%83.92%-
XYZ28.3214.853.38-
YUV78.53106.27224.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.97%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=78.97%
G=6.27%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214174000.920.810.16352.9985.2845.29
HexD6112805C5110161552d
Octal326215001341212054112555
Binary1101011010001101000010111001010001100001011000011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61128; }

 p { color: rgb(214,17,40); }

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

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

 a { background-color: rgb(214,17,40); }

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

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

 span { border-color: rgb(214,17,40); }

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