Html Css Color HEX #D81E25 Fire Engine Red

📋 copy color: '#D81E25'

red 216 ◦ green 30 ◦ blue 37

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

Shades of Fire Engine Red #D81E25

Tints of Fire Engine Red #D81E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 76.33%
G = 10.6%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D81E25 (or 0xD81E25) is known color: Fire Engine Red. HEX triplet: D8, 1E and 25. RGB value is (216,30,37). Sum of RGB (Red+Green+Blue) = 216+30+37=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E25 is #27E1DA. Grayscale: #565656. Windows color (decimal): -2613723 or 2432728. OLE color: 2432728.

HSL color Cylindrical-coordinate representation of color #D81E25: hue angle of 357.74º 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 #D81E25 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 37 -
CMYK 0 0.86 0.83 0.15
HSL 357.74º 0.76% 0.48% -
HSV(B) 357.74º 0.86% 0.85% -
XYZ 29.12 15.66 3.24 -
YUV 86.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 216 30 37 0 0.86 0.83 0.15 357.74 0.76 0.48
Hex D8 1E 25 0 56 53 F 166 4C 30
Octal 330 36 45 0 126 123 17 546 114 60
Binary 11011000 11110 100101 0 1010110 1010011 1111 101100110 1001100 110000

Color Harmonies of #D81E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E25

Black with #D81E25

Text Example


Text Example

White with #D81E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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