Html Css Color HEX #D04415 Harley Davidson Orange

📋 copy color: '#D04415'

red 208 ◦ green 68 ◦ blue 21

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

Shades of Harley Davidson Orange #D04415

Tints of Harley Davidson Orange #D04415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 70.03%
G = 22.9%
B = 7.07%

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

#D04415 (or 0xD04415) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 15. RGB value is (208,68,21). Sum of RGB (Red+Green+Blue) = 208+68+21=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04415 is #2FBBEA. Grayscale: #686868. Windows color (decimal): -3128299 or 1393872. OLE color: 1393872.

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

Color convert

RGB 208 68 21 -
CMYK 0 0.67 0.90 0.18
HSL 15.08º 0.82% 0.45% -
HSV(B) 15.08º 0.9% 0.82% -
XYZ 28.21 17.6 2.62 -
YUV 104.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 208 68 21 0 0.67 0.90 0.18 15.08 0.82 0.45
Hex D0 44 15 0 43 5A 12 F 52 2D
Octal 320 104 25 0 103 132 22 17 122 55
Binary 11010000 1000100 10101 0 1000011 1011010 10010 1111 1010010 101101

Color Harmonies of #D04415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04415

Black with #D04415

Text Example


Text Example

White with #D04415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04415; }

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

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

background-color css

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

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

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

border-color css

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

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

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