Html Css Color HEX #D0420D Harley Davidson Orange

📋 copy color: '#D0420D'

red 208 ◦ green 66 ◦ blue 13

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

Shades of Harley Davidson Orange #D0420D

Tints of Harley Davidson Orange #D0420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 72.47%
G = 23%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0420D (or 0xD0420D) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 0D. RGB value is (208,66,13). Sum of RGB (Red+Green+Blue) = 208+66+13=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0420D is #2FBDF2. Grayscale: #666666. Windows color (decimal): -3128819 or 869072. OLE color: 869072.

HSL color Cylindrical-coordinate representation of color #D0420D: hue angle of 16.31º degrees, saturation: 0.88, 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 #D0420D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 13 -
CMYK 0 0.68 0.94 0.18
HSL 16.31º 0.88% 0.43% -
HSV(B) 16.31º 0.94% 0.82% -
XYZ 28.03 17.34 2.25 -
YUV 102.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 208 66 13 0 0.68 0.94 0.18 16.31 0.88 0.43
Hex D0 42 D 0 44 5E 12 10 58 2B
Octal 320 102 15 0 104 136 22 20 130 53
Binary 11010000 1000010 1101 0 1000100 1011110 10010 10000 1011000 101011

Color Harmonies of #D0420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0420D

Black with #D0420D

Text Example


Text Example

White with #D0420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0420D; }

 p { color: rgb(208,66,13); }

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

background-color css

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

 a { background-color: rgb(208,66,13); }

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

border-color css

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

 span { border-color: rgb(208,66,13); }

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