Html Css Color HEX #D04515 Harley Davidson Orange

📋 copy color: '#D04515'

red 208 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #D04515

Tints of Harley Davidson Orange #D04515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 69.8%
G = 23.15%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04515 (or 0xD04515) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 15. RGB value is (208,69,21). Sum of RGB (Red+Green+Blue) = 208+69+21=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04515 is #2FBAEA. Grayscale: #696969. Windows color (decimal): -3128043 or 1394128. OLE color: 1394128.

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

Color convert

RGB 208 69 21 -
CMYK 0 0.67 0.90 0.18
HSL 15.4º 0.82% 0.45% -
HSV(B) 15.4º 0.9% 0.82% -
XYZ 28.28 17.72 2.64 -
YUV 105.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 208 69 21 0 0.67 0.90 0.18 15.4 0.82 0.45
Hex D0 45 15 0 43 5A 12 F 52 2D
Octal 320 105 25 0 103 132 22 17 122 55
Binary 11010000 1000101 10101 0 1000011 1011010 10010 1111 1010010 101101

Color Harmonies of #D04515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04515

Black with #D04515

Text Example


Text Example

White with #D04515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04515; }

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

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

background-color css

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

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

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

border-color css

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

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

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