Html Css Color HEX #D0461D Harley Davidson Orange

📋 copy color: '#D0461D'

red 208 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #D0461D

Tints of Harley Davidson Orange #D0461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 67.75%
G = 22.8%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0461D (or 0xD0461D) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 1D. RGB value is (208,70,29). Sum of RGB (Red+Green+Blue) = 208+70+29=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0461D is #2FB9E2. Grayscale: #6A6A6A. Windows color (decimal): -3127779 or 1918672. OLE color: 1918672.

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

Color convert

RGB 208 70 29 -
CMYK 0 0.66 0.86 0.18
HSL 13.74º 0.76% 0.46% -
HSV(B) 13.74º 0.86% 0.82% -
XYZ 28.42 17.88 3.12 -
YUV 106.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 208 70 29 0 0.66 0.86 0.18 13.74 0.76 0.46
Hex D0 46 1D 0 42 56 12 E 4C 2E
Octal 320 106 35 0 102 126 22 16 114 56
Binary 11010000 1000110 11101 0 1000010 1010110 10010 1110 1001100 101110

Color Harmonies of #D0461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0461D

Black with #D0461D

Text Example


Text Example

White with #D0461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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