Html Css Color HEX #D03814 Harley Davidson Orange

📋 copy color: '#D03814'

red 208 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #D03814

Tints of Harley Davidson Orange #D03814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 73.24%
G = 19.72%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D03814 (or 0xD03814) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 14. RGB value is (208,56,20). Sum of RGB (Red+Green+Blue) = 208+56+20=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D03814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03814 is #2FC7EB. Grayscale: #616161. Windows color (decimal): -3131372 or 1325264. OLE color: 1325264.

HSL color Cylindrical-coordinate representation of color #D03814: hue angle of 11.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D03814 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 20 -
CMYK 0 0.73 0.90 0.18
HSL 11.49º 0.82% 0.45% -
HSV(B) 11.49º 0.9% 0.82% -
XYZ 27.55 16.29 2.35 -
YUV 97.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 208 56 20 0 0.73 0.90 0.18 11.49 0.82 0.45
Hex D0 38 14 0 49 5A 12 B 52 2D
Octal 320 70 24 0 111 132 22 13 122 55
Binary 11010000 111000 10100 0 1001001 1011010 10010 1011 1010010 101101

Color Harmonies of #D03814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03814

Black with #D03814

Text Example


Text Example

White with #D03814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03814; }

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

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

background-color css

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

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

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

border-color css

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

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

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