#D61E26

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

Shades of Fire Engine Red #D61E26

Tints of Fire Engine Red #D61E26

Color information

#D61E26 (or 0xD61E26) is unknown color: approx Fire Engine Red. HEX triplet: D6, 1E and 26. RGB value is (214,30,38). Sum of RGB (Red+Green+Blue) = 214+30+38=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E26 is #29E1D9. Grayscale: #565656. Windows color (decimal): -2744794 or 2498262. OLE color: 2498262.

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

Color convert

RGB2143038-
CMYK00.860.820.16
HSL357.39º75.41%47.84%-
HSV(B)357.39º85.98%83.92%-
XYZ28.5515.363.29-
YUV85.93100.96219.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.89%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=75.89%
G=10.64%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214303800.860.820.16357.3975.4147.84
HexD61E2605652101654b30
Octal326364601261222054511360
Binary1101011011110100110010101101010010100001011001011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61E26; }

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

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

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

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

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

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

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

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