Html Css Color HEX #D81E26 Fire Engine Red

📋 copy color: '#D81E26'

red 216 ◦ green 30 ◦ blue 38

#D81E26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D81E26

Tints of Fire Engine Red #D81E26

RGB

 RED value IS 216 (84.77% from 255) = 76.06%

 GREEN value IS 30 (12.11% from 255) = 10.56%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 76.06%
G = 10.56%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D81E26 (or 0xD81E26) is known color: Fire Engine Red. HEX triplet: D8, 1E and 26. RGB value is (216,30,38). Sum of RGB (Red+Green+Blue) = 216+30+38=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E26 is #27E1D9. Grayscale: #565656. Windows color (decimal): -2613722 or 2498264. OLE color: 2498264.

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

Color convert

RGB 216 30 38 -
CMYK 0 0.86 0.82 0.15
HSL 357.42º 0.76% 0.48% -
HSV(B) 357.42º 0.86% 0.85% -
XYZ 29.13 15.67 3.32 -
YUV 86.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 216 30 38 0 0.86 0.82 0.15 357.42 0.76 0.48
Hex D8 1E 26 0 56 52 F 165 4C 30
Octal 330 36 46 0 126 122 17 545 114 60
Binary 11011000 11110 100110 0 1010110 1010010 1111 101100101 1001100 110000

Color Harmonies of #D81E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E26

Black with #D81E26

Text Example


Text Example

White with #D81E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E26; }

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

 H1.HeaderClassName
 {
   color: #D81E26;
 }
 .AnyTagClassName
 {
   color: #D81E26;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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