Html Css Color HEX #D81D02 Harley Davidson Orange

📋 copy color: '#D81D02'

red 216 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #D81D02

Tints of Harley Davidson Orange #D81D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 87.45%
G = 11.74%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D81D02 (or 0xD81D02) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 02. RGB value is (216,29,2). Sum of RGB (Red+Green+Blue) = 216+29+2=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D02 is #27E2FD. Grayscale: #525252. Windows color (decimal): -2614014 or 138712. OLE color: 138712.

HSL color Cylindrical-coordinate representation of color #D81D02: hue angle of 7.57º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D81D02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 2 -
CMYK 0 0.87 0.99 0.15
HSL 7.57º 0.98% 0.43% -
HSV(B) 7.57º 0.99% 0.85% -
XYZ 28.77 15.48 1.53 -
YUV 81.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 216 29 2 0 0.87 0.99 0.15 7.57 0.98 0.43
Hex D8 1D 2 0 57 63 F 8 62 2B
Octal 330 35 2 0 127 143 17 10 142 53
Binary 11011000 11101 10 0 1010111 1100011 1111 1000 1100010 101011

Color Harmonies of #D81D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D02

Black with #D81D02

Text Example


Text Example

White with #D81D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D02; }

 p { color: rgb(216,29,2); }

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

background-color css

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

 a { background-color: rgb(216,29,2); }

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

border-color css

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

 span { border-color: rgb(216,29,2); }

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