Html Css Color HEX #D81525 Fire Engine Red

📋 copy color: '#D81525'

red 216 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #D81525

Tints of Fire Engine Red #D81525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 78.83%
G = 7.66%
B = 13.5%

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

#D81525 (or 0xD81525) is known color: Fire Engine Red. HEX triplet: D8, 15 and 25. RGB value is (216,21,37). Sum of RGB (Red+Green+Blue) = 216+21+37=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D81525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81525 is #27EADA. Grayscale: #515151. Windows color (decimal): -2616027 or 2430424. OLE color: 2430424.

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

Color convert

RGB 216 21 37 -
CMYK 0 0.90 0.83 0.15
HSL 355.08º 0.82% 0.46% -
HSV(B) 355.08º 0.9% 0.85% -
XYZ 28.92 15.27 3.17 -
YUV 81.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 216 21 37 0 0.90 0.83 0.15 355.08 0.82 0.46
Hex D8 15 25 0 5A 53 F 163 52 2E
Octal 330 25 45 0 132 123 17 543 122 56
Binary 11011000 10101 100101 0 1011010 1010011 1111 101100011 1010010 101110

Color Harmonies of #D81525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81525

Black with #D81525

Text Example


Text Example

White with #D81525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81525; }

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

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

background-color css

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

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

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

border-color css

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

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

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