Html Css Color HEX #D64913 Harley Davidson Orange

📋 copy color: '#D64913'

red 214 ◦ green 73 ◦ blue 19

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

Shades of Harley Davidson Orange #D64913

Tints of Harley Davidson Orange #D64913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 69.93%
G = 23.86%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64913 (or 0xD64913) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 13. RGB value is (214,73,19). Sum of RGB (Red+Green+Blue) = 214+73+19=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D64913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64913 is #29B6EC. Grayscale: #6D6D6D. Windows color (decimal): -2733805 or 1264086. OLE color: 1264086.

HSL color Cylindrical-coordinate representation of color #D64913: hue angle of 16.62º 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 #D64913 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 19 -
CMYK 0 0.66 0.91 0.16
HSL 16.62º 0.84% 0.46% -
HSV(B) 16.62º 0.91% 0.84% -
XYZ 30.23 19.11 2.71 -
YUV 109 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 214 73 19 0 0.66 0.91 0.16 16.62 0.84 0.46
Hex D6 49 13 0 42 5B 10 11 54 2E
Octal 326 111 23 0 102 133 20 21 124 56
Binary 11010110 1001001 10011 0 1000010 1011011 10000 10001 1010100 101110

Color Harmonies of #D64913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64913

Black with #D64913

Text Example


Text Example

White with #D64913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64913; }

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

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

background-color css

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

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

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

border-color css

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

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

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