Html Css Color HEX #D81529 Fire Engine Red

📋 copy color: '#D81529'

red 216 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D81529

Tints of Fire Engine Red #D81529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 77.7%
G = 7.55%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D81529 (or 0xD81529) is known color: Fire Engine Red. HEX triplet: D8, 15 and 29. RGB value is (216,21,41). Sum of RGB (Red+Green+Blue) = 216+21+41=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D81529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81529 is #27EAD6. Grayscale: #515151. Windows color (decimal): -2616023 or 2692568. OLE color: 2692568.

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

Color convert

RGB 216 21 41 -
CMYK 0 0.90 0.81 0.15
HSL 353.85º 0.82% 0.46% -
HSV(B) 353.85º 0.9% 0.85% -
XYZ 28.99 15.3 3.52 -
YUV 81.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 216 21 41 0 0.90 0.81 0.15 353.85 0.82 0.46
Hex D8 15 29 0 5A 51 F 162 52 2E
Octal 330 25 51 0 132 121 17 542 122 56
Binary 11011000 10101 101001 0 1011010 1010001 1111 101100010 1010010 101110

Color Harmonies of #D81529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81529

Black with #D81529

Text Example


Text Example

White with #D81529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81529; }

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

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

background-color css

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

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

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

border-color css

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

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

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