Html Css Color HEX #D0411A Harley Davidson Orange

📋 copy color: '#D0411A'

red 208 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #D0411A

Tints of Harley Davidson Orange #D0411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

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

R = 69.57%
G = 21.74%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0411A (or 0xD0411A) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 1A. RGB value is (208,65,26). Sum of RGB (Red+Green+Blue) = 208+65+26=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0411A is #2FBEE5. Grayscale: #676767. Windows color (decimal): -3129062 or 1720784. OLE color: 1720784.

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

Color convert

RGB 208 65 26 -
CMYK 0 0.69 0.88 0.18
HSL 12.86º 0.78% 0.46% -
HSV(B) 12.86º 0.88% 0.82% -
XYZ 28.09 17.27 2.83 -
YUV 103.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 208 65 26 0 0.69 0.88 0.18 12.86 0.78 0.46
Hex D0 41 1A 0 45 58 12 D 4E 2E
Octal 320 101 32 0 105 130 22 15 116 56
Binary 11010000 1000001 11010 0 1000101 1011000 10010 1101 1001110 101110

Color Harmonies of #D0411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0411A

Black with #D0411A

Text Example


Text Example

White with #D0411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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