Html Css Color HEX #D04115 Harley Davidson Orange

📋 copy color: '#D04115'

red 208 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #D04115

Tints of Harley Davidson Orange #D04115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 70.75%
G = 22.11%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04115 (or 0xD04115) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 15. RGB value is (208,65,21). Sum of RGB (Red+Green+Blue) = 208+65+21=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04115 is #2FBEEA. Grayscale: #676767. Windows color (decimal): -3129067 or 1393104. OLE color: 1393104.

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

Color convert

RGB 208 65 21 -
CMYK 0 0.69 0.90 0.18
HSL 14.12º 0.82% 0.45% -
HSV(B) 14.12º 0.9% 0.82% -
XYZ 28.04 17.24 2.56 -
YUV 102.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 208 65 21 0 0.69 0.90 0.18 14.12 0.82 0.45
Hex D0 41 15 0 45 5A 12 E 52 2D
Octal 320 101 25 0 105 132 22 16 122 55
Binary 11010000 1000001 10101 0 1000101 1011010 10010 1110 1010010 101101

Color Harmonies of #D04115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04115

Black with #D04115

Text Example


Text Example

White with #D04115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04115; }

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

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

background-color css

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

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

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

border-color css

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

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

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