Html Css Color HEX #D03013 Harley Davidson Orange

📋 copy color: '#D03013'

red 208 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #D03013

Tints of Harley Davidson Orange #D03013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 75.64%
G = 17.45%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D03013 (or 0xD03013) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 13. RGB value is (208,48,19). Sum of RGB (Red+Green+Blue) = 208+48+19=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D03013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03013 is #2FCFEC. Grayscale: #5C5C5C. Windows color (decimal): -3133421 or 1257680. OLE color: 1257680.

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

Color convert

RGB 208 48 19 -
CMYK 0 0.77 0.91 0.18
HSL 9.21º 0.83% 0.45% -
HSV(B) 9.21º 0.91% 0.82% -
XYZ 27.19 15.57 2.19 -
YUV 92.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 208 48 19 0 0.77 0.91 0.18 9.21 0.83 0.45
Hex D0 30 13 0 4D 5B 12 9 53 2D
Octal 320 60 23 0 115 133 22 11 123 55
Binary 11010000 110000 10011 0 1001101 1011011 10010 1001 1010011 101101

Color Harmonies of #D03013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03013

Black with #D03013

Text Example


Text Example

White with #D03013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03013; }

 p { color: rgb(208,48,19); }

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

background-color css

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

 a { background-color: rgb(208,48,19); }

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

border-color css

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

 span { border-color: rgb(208,48,19); }

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