Html Css Color HEX #D01D0C Harley Davidson Orange

📋 copy color: '#D01D0C'

red 208 ◦ green 29 ◦ blue 12

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

Shades of Harley Davidson Orange #D01D0C

Tints of Harley Davidson Orange #D01D0C

RGB

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

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

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

R = 83.53%
G = 11.65%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D01D0C (or 0xD01D0C) is known color: Harley Davidson Orange. HEX triplet: D0, 1D and 0C. RGB value is (208,29,12). Sum of RGB (Red+Green+Blue) = 208+29+12=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01D0C is #2FE2F3. Grayscale: #505050. Windows color (decimal): -3138292 or 794064. OLE color: 794064.

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

Color convert

RGB 208 29 12 -
CMYK 0 0.86 0.94 0.18
HSL 5.2º 0.89% 0.43% -
HSV(B) 5.2º 0.94% 0.82% -
XYZ 26.52 14.32 1.71 -
YUV 80.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 208 29 12 0 0.86 0.94 0.18 5.2 0.89 0.43
Hex D0 1D C 0 56 5E 12 5 59 2B
Octal 320 35 14 0 126 136 22 5 131 53
Binary 11010000 11101 1100 0 1010110 1011110 10010 101 1011001 101011

Color Harmonies of #D01D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D0C

Black with #D01D0C

Text Example


Text Example

White with #D01D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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