Html Css Color HEX #D81E0B Harley Davidson Orange

📋 copy color: '#D81E0B'

red 216 ◦ green 30 ◦ blue 11

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

Shades of Harley Davidson Orange #D81E0B

Tints of Harley Davidson Orange #D81E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 11 (4.69% from 255) = 4.28%

R = 84.05%
G = 11.67%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D81E0B (or 0xD81E0B) is known color: Harley Davidson Orange. HEX triplet: D8, 1E and 0B. RGB value is (216,30,11). Sum of RGB (Red+Green+Blue) = 216+30+11=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81E0B is #27E1F4. Grayscale: #535353. Windows color (decimal): -2613749 or 728792. OLE color: 728792.

HSL color Cylindrical-coordinate representation of color #D81E0B: hue angle of 5.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D81E0B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 11 -
CMYK 0 0.86 0.95 0.15
HSL 5.56º 0.9% 0.45% -
HSV(B) 5.56º 0.95% 0.85% -
XYZ 28.84 15.55 1.8 -
YUV 83.45 87.12 222.54 -
System Red Green Blue C M Y K H S L
Decimal 216 30 11 0 0.86 0.95 0.15 5.56 0.9 0.45
Hex D8 1E B 0 56 5F F 6 5A 2D
Octal 330 36 13 0 126 137 17 6 132 55
Binary 11011000 11110 1011 0 1010110 1011111 1111 110 1011010 101101

Color Harmonies of #D81E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E0B

Black with #D81E0B

Text Example


Text Example

White with #D81E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E0B; }

 p { color: rgb(216,30,11); }

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

background-color css

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

 a { background-color: rgb(216,30,11); }

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

border-color css

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

 span { border-color: rgb(216,30,11); }

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