Html Css Color HEX #D81D0C Harley Davidson Orange

📋 copy color: '#D81D0C'

red 216 ◦ green 29 ◦ blue 12

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

Shades of Harley Davidson Orange #D81D0C

Tints of Harley Davidson Orange #D81D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 84.05%
G = 11.28%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D81D0C (or 0xD81D0C) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 0C. RGB value is (216,29,12). Sum of RGB (Red+Green+Blue) = 216+29+12=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D0C is #27E2F3. Grayscale: #535353. Windows color (decimal): -2614004 or 794072. OLE color: 794072.

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

Color convert

RGB 216 29 12 -
CMYK 0 0.87 0.94 0.15
HSL 0.89% 0.45% -
HSV(B) 0.94% 0.85% -
XYZ 28.82 15.5 1.82 -
YUV 82.98 87.95 222.88 -
System Red Green Blue C M Y K H S L
Decimal 216 29 12 0 0.87 0.94 0.15 5 0.89 0.45
Hex D8 1D C 0 57 5E F 5 59 2D
Octal 330 35 14 0 127 136 17 5 131 55
Binary 11011000 11101 1100 0 1010111 1011110 1111 101 1011001 101101

Color Harmonies of #D81D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D0C

Black with #D81D0C

Text Example


Text Example

White with #D81D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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