Html Css Color HEX #D81625 Fire Engine Red

📋 copy color: '#D81625'

red 216 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #D81625

Tints of Fire Engine Red #D81625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 78.55%
G = 8%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D81625 (or 0xD81625) is known color: Fire Engine Red. HEX triplet: D8, 16 and 25. RGB value is (216,22,37). Sum of RGB (Red+Green+Blue) = 216+22+37=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D81625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81625 is #27E9DA. Grayscale: #515151. Windows color (decimal): -2615771 or 2430680. OLE color: 2430680.

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

Color convert

RGB 216 22 37 -
CMYK 0 0.90 0.83 0.15
HSL 355.36º 0.82% 0.47% -
HSV(B) 355.36º 0.9% 0.85% -
XYZ 28.94 15.31 3.18 -
YUV 81.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 216 22 37 0 0.90 0.83 0.15 355.36 0.82 0.47
Hex D8 16 25 0 5A 53 F 163 52 2F
Octal 330 26 45 0 132 123 17 543 122 57
Binary 11011000 10110 100101 0 1011010 1010011 1111 101100011 1010010 101111

Color Harmonies of #D81625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81625

Black with #D81625

Text Example


Text Example

White with #D81625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81625; }

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

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

background-color css

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

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

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

border-color css

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

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

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