#D60726

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

Shades of Fire Engine Red #D60726

Tints of Fire Engine Red #D60726

Color information

#D60726 (or 0xD60726) is unknown color: approx Fire Engine Red. HEX triplet: D6, 07 and 26. RGB value is (214,7,38). Sum of RGB (Red+Green+Blue) = 214+7+38=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D60726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60726 is #29F8D9. Grayscale: #484848. Windows color (decimal): -2750682 or 2492374. OLE color: 2492374.

HSL color Cylindrical-coordinate representation of color #D60726: hue angle of 351.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60726 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB214738-
CMYK00.970.820.16
HSL351.01º93.67%43.33%-
HSV(B)351.01º96.73%83.92%-
XYZ28.1614.593.17-
YUV72.43108.58228.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 82.63%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=82.63%
G=2.70%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21473800.970.820.16351.0193.6743.33
HexD6726061521015f5e2b
Octal32674601411222053713653
Binary11010110111100110011000011010010100001010111111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60726; }

 p { color: rgb(214,7,38); }

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

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

 a { background-color: rgb(214,7,38); }

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

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

 span { border-color: rgb(214,7,38); }

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