Html Css Color HEX #D64013 Harley Davidson Orange

📋 copy color: '#D64013'

red 214 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #D64013

Tints of Harley Davidson Orange #D64013

RGB

 RED value IS 214 (83.98% from 255) = 72.05%

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 72.05%
G = 21.55%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64013 (or 0xD64013) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 13. RGB value is (214,64,19). Sum of RGB (Red+Green+Blue) = 214+64+19=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D64013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64013 is #29BFEC. Grayscale: #686868. Windows color (decimal): -2736109 or 1261782. OLE color: 1261782.

HSL color Cylindrical-coordinate representation of color #D64013: hue angle of 13.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D64013 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 19 -
CMYK 0 0.70 0.91 0.16
HSL 13.85º 0.84% 0.46% -
HSV(B) 13.85º 0.91% 0.84% -
XYZ 29.68 18.01 2.53 -
YUV 103.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 214 64 19 0 0.70 0.91 0.16 13.85 0.84 0.46
Hex D6 40 13 0 46 5B 10 E 54 2E
Octal 326 100 23 0 106 133 20 16 124 56
Binary 11010110 1000000 10011 0 1000110 1011011 10000 1110 1010100 101110

Color Harmonies of #D64013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64013

Black with #D64013

Text Example


Text Example

White with #D64013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64013; }

 p { color: rgb(214,64,19); }

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

background-color css

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

 a { background-color: rgb(214,64,19); }

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

border-color css

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

 span { border-color: rgb(214,64,19); }

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