Html Css Color HEX #D01D02 Harley Davidson Orange

📋 copy color: '#D01D02'

red 208 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #D01D02

Tints of Harley Davidson Orange #D01D02

RGB

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

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

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

R = 87.03%
G = 12.13%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D01D02 (or 0xD01D02) is known color: Harley Davidson Orange. HEX triplet: D0, 1D and 02. RGB value is (208,29,2). Sum of RGB (Red+Green+Blue) = 208+29+2=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01D02 is #2FE2FD. Grayscale: #4F4F4F. Windows color (decimal): -3138302 or 138704. OLE color: 138704.

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

Color convert

RGB 208 29 2 -
CMYK 0 0.86 0.99 0.18
HSL 7.86º 0.98% 0.41% -
HSV(B) 7.86º 0.99% 0.82% -
XYZ 26.46 14.29 1.42 -
YUV 79.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 208 29 2 0 0.86 0.99 0.18 7.86 0.98 0.41
Hex D0 1D 2 0 56 63 12 8 62 29
Octal 320 35 2 0 126 143 22 10 142 51
Binary 11010000 11101 10 0 1010110 1100011 10010 1000 1100010 101001

Color Harmonies of #D01D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D02

Black with #D01D02

Text Example


Text Example

White with #D01D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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