Html Css Color HEX #D81514 Harley Davidson Orange

📋 copy color: '#D81514'

red 216 ◦ green 21 ◦ blue 20

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

Shades of Harley Davidson Orange #D81514

Tints of Harley Davidson Orange #D81514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 84.05%
G = 8.17%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D81514 (or 0xD81514) is known color: Harley Davidson Orange. HEX triplet: D8, 15 and 14. RGB value is (216,21,20). Sum of RGB (Red+Green+Blue) = 216+21+20=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81514 is #27EAEB. Grayscale: #4F4F4F. Windows color (decimal): -2616044 or 1316312. OLE color: 1316312.

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

Color convert

RGB 216 21 20 -
CMYK 0 0.90 0.91 0.15
HSL 0.31º 0.83% 0.46% -
HSV(B) 0.31º 0.91% 0.85% -
XYZ 28.71 15.19 2.08 -
YUV 79.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 216 21 20 0 0.90 0.91 0.15 0.31 0.83 0.46
Hex D8 15 14 0 5A 5B F 0 53 2E
Octal 330 25 24 0 132 133 17 0 123 56
Binary 11011000 10101 10100 0 1011010 1011011 1111 0 1010011 101110

Color Harmonies of #D81514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81514

Black with #D81514

Text Example


Text Example

White with #D81514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81514; }

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

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

background-color css

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

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

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

border-color css

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

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

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