Html Css Color HEX #D0461A Harley Davidson Orange

📋 copy color: '#D0461A'

red 208 ◦ green 70 ◦ blue 26

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

Shades of Harley Davidson Orange #D0461A

Tints of Harley Davidson Orange #D0461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 68.42%
G = 23.03%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0461A (or 0xD0461A) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 1A. RGB value is (208,70,26). Sum of RGB (Red+Green+Blue) = 208+70+26=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0461A is #2FB9E5. Grayscale: #6A6A6A. Windows color (decimal): -3127782 or 1722064. OLE color: 1722064.

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

Color convert

RGB 208 70 26 -
CMYK 0 0.66 0.88 0.18
HSL 14.51º 0.78% 0.46% -
HSV(B) 14.51º 0.88% 0.82% -
XYZ 28.39 17.86 2.93 -
YUV 106.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 208 70 26 0 0.66 0.88 0.18 14.51 0.78 0.46
Hex D0 46 1A 0 42 58 12 F 4E 2E
Octal 320 106 32 0 102 130 22 17 116 56
Binary 11010000 1000110 11010 0 1000010 1011000 10010 1111 1001110 101110

Color Harmonies of #D0461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0461A

Black with #D0461A

Text Example


Text Example

White with #D0461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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