Html Css Color HEX #D04314 Harley Davidson Orange

📋 copy color: '#D04314'

red 208 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #D04314

Tints of Harley Davidson Orange #D04314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

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

R = 70.51%
G = 22.71%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04314 (or 0xD04314) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 14. RGB value is (208,67,20). Sum of RGB (Red+Green+Blue) = 208+67+20=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04314 is #2FBCEB. Grayscale: #686868. Windows color (decimal): -3128556 or 1328080. OLE color: 1328080.

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

Color convert

RGB 208 67 20 -
CMYK 0 0.68 0.90 0.18
HSL 15º 0.82% 0.45% -
HSV(B) 15º 0.9% 0.82% -
XYZ 28.15 17.47 2.55 -
YUV 103.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 208 67 20 0 0.68 0.90 0.18 15 0.82 0.45
Hex D0 43 14 0 44 5A 12 F 52 2D
Octal 320 103 24 0 104 132 22 17 122 55
Binary 11010000 1000011 10100 0 1000100 1011010 10010 1111 1010010 101101

Color Harmonies of #D04314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04314

Black with #D04314

Text Example


Text Example

White with #D04314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04314; }

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

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

background-color css

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

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

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

border-color css

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

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

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