Html Css Color HEX #D81A26 Fire Engine Red

📋 copy color: '#D81A26'

red 216 ◦ green 26 ◦ blue 38

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

Shades of Fire Engine Red #D81A26

Tints of Fire Engine Red #D81A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 77.14%
G = 9.29%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D81A26 (or 0xD81A26) is known color: Fire Engine Red. HEX triplet: D8, 1A and 26. RGB value is (216,26,38). Sum of RGB (Red+Green+Blue) = 216+26+38=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A26 is #27E5D9. Grayscale: #545454. Windows color (decimal): -2614746 or 2497240. OLE color: 2497240.

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

Color convert

RGB 216 26 38 -
CMYK 0 0.88 0.82 0.15
HSL 356.21º 0.79% 0.47% -
HSV(B) 356.21º 0.88% 0.85% -
XYZ 29.04 15.48 3.29 -
YUV 84.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 216 26 38 0 0.88 0.82 0.15 356.21 0.79 0.47
Hex D8 1A 26 0 58 52 F 164 4F 2F
Octal 330 32 46 0 130 122 17 544 117 57
Binary 11011000 11010 100110 0 1011000 1010010 1111 101100100 1001111 101111

Color Harmonies of #D81A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A26

Black with #D81A26

Text Example


Text Example

White with #D81A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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