Html Css Color HEX #D03819 Harley Davidson Orange

📋 copy color: '#D03819'

red 208 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #D03819

Tints of Harley Davidson Orange #D03819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 71.97%
G = 19.38%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03819 (or 0xD03819) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 19. RGB value is (208,56,25). Sum of RGB (Red+Green+Blue) = 208+56+25=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D03819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03819 is #2FC7E6. Grayscale: #626262. Windows color (decimal): -3131367 or 1652944. OLE color: 1652944.

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

Color convert

RGB 208 56 25 -
CMYK 0 0.73 0.88 0.18
HSL 10.16º 0.79% 0.46% -
HSV(B) 10.16º 0.88% 0.82% -
XYZ 27.6 16.31 2.61 -
YUV 97.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 208 56 25 0 0.73 0.88 0.18 10.16 0.79 0.46
Hex D0 38 19 0 49 58 12 A 4F 2E
Octal 320 70 31 0 111 130 22 12 117 56
Binary 11010000 111000 11001 0 1001001 1011000 10010 1010 1001111 101110

Color Harmonies of #D03819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03819

Black with #D03819

Text Example


Text Example

White with #D03819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03819; }

 p { color: rgb(208,56,25); }

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

background-color css

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

 a { background-color: rgb(208,56,25); }

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

border-color css

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

 span { border-color: rgb(208,56,25); }

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