Html Css Color HEX #D0401D Harley Davidson Orange

📋 copy color: '#D0401D'

red 208 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #D0401D

Tints of Harley Davidson Orange #D0401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 69.1%
G = 21.26%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0401D (or 0xD0401D) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 1D. RGB value is (208,64,29). Sum of RGB (Red+Green+Blue) = 208+64+29=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0401D is #2FBFE2. Grayscale: #676767. Windows color (decimal): -3129315 or 1917136. OLE color: 1917136.

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

Color convert

RGB 208 64 29 -
CMYK 0 0.69 0.86 0.18
HSL 11.73º 0.76% 0.46% -
HSV(B) 11.73º 0.86% 0.82% -
XYZ 28.07 17.17 3 -
YUV 103.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 208 64 29 0 0.69 0.86 0.18 11.73 0.76 0.46
Hex D0 40 1D 0 45 56 12 C 4C 2E
Octal 320 100 35 0 105 126 22 14 114 56
Binary 11010000 1000000 11101 0 1000101 1010110 10010 1100 1001100 101110

Color Harmonies of #D0401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0401D

Black with #D0401D

Text Example


Text Example

White with #D0401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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