Html Css Color HEX #D01A0B Harley Davidson Orange

📋 copy color: '#D01A0B'

red 208 ◦ green 26 ◦ blue 11

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

Shades of Harley Davidson Orange #D01A0B

Tints of Harley Davidson Orange #D01A0B

RGB

 RED value IS 208 (81.64% from 255) = 84.9%

 GREEN value IS 26 (10.55% from 255) = 10.61%

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

R = 84.9%
G = 10.61%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D01A0B (or 0xD01A0B) is known color: Harley Davidson Orange. HEX triplet: D0, 1A and 0B. RGB value is (208,26,11). Sum of RGB (Red+Green+Blue) = 208+26+11=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01A0B is #2FE5F4. Grayscale: #4E4E4E. Windows color (decimal): -3139061 or 727760. OLE color: 727760.

HSL color Cylindrical-coordinate representation of color #D01A0B: hue angle of 4.57º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D01A0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 11 -
CMYK 0 0.88 0.95 0.18
HSL 4.57º 0.9% 0.43% -
HSV(B) 4.57º 0.95% 0.82% -
XYZ 26.44 14.17 1.66 -
YUV 78.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 208 26 11 0 0.88 0.95 0.18 4.57 0.9 0.43
Hex D0 1A B 0 58 5F 12 5 5A 2B
Octal 320 32 13 0 130 137 22 5 132 53
Binary 11010000 11010 1011 0 1011000 1011111 10010 101 1011010 101011

Color Harmonies of #D01A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A0B

Black with #D01A0B

Text Example


Text Example

White with #D01A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A0B; }

 p { color: rgb(208,26,11); }

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

background-color css

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

 a { background-color: rgb(208,26,11); }

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

border-color css

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

 span { border-color: rgb(208,26,11); }

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