Html Css Color HEX #D03915 Harley Davidson Orange

📋 copy color: '#D03915'

red 208 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #D03915

Tints of Harley Davidson Orange #D03915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 72.73%
G = 19.93%
B = 7.34%

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

#D03915 (or 0xD03915) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 15. RGB value is (208,57,21). Sum of RGB (Red+Green+Blue) = 208+57+21=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D03915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03915 is #2FC6EA. Grayscale: #626262. Windows color (decimal): -3131115 or 1391056. OLE color: 1391056.

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

Color convert

RGB 208 57 21 -
CMYK 0 0.73 0.90 0.18
HSL 11.55º 0.82% 0.45% -
HSV(B) 11.55º 0.9% 0.82% -
XYZ 27.61 16.39 2.42 -
YUV 98.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 208 57 21 0 0.73 0.90 0.18 11.55 0.82 0.45
Hex D0 39 15 0 49 5A 12 C 52 2D
Octal 320 71 25 0 111 132 22 14 122 55
Binary 11010000 111001 10101 0 1001001 1011010 10010 1100 1010010 101101

Color Harmonies of #D03915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03915

Black with #D03915

Text Example


Text Example

White with #D03915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03915; }

 p { color: rgb(208,57,21); }

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

background-color css

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

 a { background-color: rgb(208,57,21); }

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

border-color css

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

 span { border-color: rgb(208,57,21); }

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