Html Css Color HEX #D0460D Harley Davidson Orange

📋 copy color: '#D0460D'

red 208 ◦ green 70 ◦ blue 13

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

Shades of Harley Davidson Orange #D0460D

Tints of Harley Davidson Orange #D0460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 71.48%
G = 24.05%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0460D (or 0xD0460D) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 0D. RGB value is (208,70,13). Sum of RGB (Red+Green+Blue) = 208+70+13=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0460D is #2FB9F2. Grayscale: #696969. Windows color (decimal): -3127795 or 870096. OLE color: 870096.

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

Color convert

RGB 208 70 13 -
CMYK 0 0.66 0.94 0.18
HSL 17.54º 0.88% 0.43% -
HSV(B) 17.54º 0.94% 0.82% -
XYZ 28.28 17.82 2.33 -
YUV 104.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 208 70 13 0 0.66 0.94 0.18 17.54 0.88 0.43
Hex D0 46 D 0 42 5E 12 12 58 2B
Octal 320 106 15 0 102 136 22 22 130 53
Binary 11010000 1000110 1101 0 1000010 1011110 10010 10010 1011000 101011

Color Harmonies of #D0460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0460D

Black with #D0460D

Text Example


Text Example

White with #D0460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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