Html Css Color HEX #D04414 Harley Davidson Orange

📋 copy color: '#D04414'

red 208 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #D04414

Tints of Harley Davidson Orange #D04414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 70.27%
G = 22.97%
B = 6.76%

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

#D04414 (or 0xD04414) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 14. RGB value is (208,68,20). Sum of RGB (Red+Green+Blue) = 208+68+20=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D04414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04414 is #2FBBEB. Grayscale: #686868. Windows color (decimal): -3128300 or 1328336. OLE color: 1328336.

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

Color convert

RGB 208 68 20 -
CMYK 0 0.67 0.90 0.18
HSL 15.32º 0.82% 0.45% -
HSV(B) 15.32º 0.9% 0.82% -
XYZ 28.21 17.59 2.57 -
YUV 104.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 208 68 20 0 0.67 0.90 0.18 15.32 0.82 0.45
Hex D0 44 14 0 43 5A 12 F 52 2D
Octal 320 104 24 0 103 132 22 17 122 55
Binary 11010000 1000100 10100 0 1000011 1011010 10010 1111 1010010 101101

Color Harmonies of #D04414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04414

Black with #D04414

Text Example


Text Example

White with #D04414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04414; }

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

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

background-color css

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

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

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

border-color css

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

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

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