Html Css Color HEX #D81527 Fire Engine Red

📋 copy color: '#D81527'

red 216 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #D81527

Tints of Fire Engine Red #D81527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 78.26%
G = 7.61%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D81527 (or 0xD81527) is known color: Fire Engine Red. HEX triplet: D8, 15 and 27. RGB value is (216,21,39). Sum of RGB (Red+Green+Blue) = 216+21+39=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D81527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81527 is #27EAD8. Grayscale: #515151. Windows color (decimal): -2616025 or 2561496. OLE color: 2561496.

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

Color convert

RGB 216 21 39 -
CMYK 0 0.90 0.82 0.15
HSL 354.46º 0.82% 0.46% -
HSV(B) 354.46º 0.9% 0.85% -
XYZ 28.95 15.28 3.34 -
YUV 81.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 216 21 39 0 0.90 0.82 0.15 354.46 0.82 0.46
Hex D8 15 27 0 5A 52 F 162 52 2E
Octal 330 25 47 0 132 122 17 542 122 56
Binary 11011000 10101 100111 0 1011010 1010010 1111 101100010 1010010 101110

Color Harmonies of #D81527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81527

Black with #D81527

Text Example


Text Example

White with #D81527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81527; }

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

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

background-color css

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

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

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

border-color css

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

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

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