Html Css Color HEX #D64113 Harley Davidson Orange

📋 copy color: '#D64113'

red 214 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #D64113

Tints of Harley Davidson Orange #D64113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 71.81%
G = 21.81%
B = 6.38%

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

#D64113 (or 0xD64113) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 13. RGB value is (214,65,19). Sum of RGB (Red+Green+Blue) = 214+65+19=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D64113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64113 is #29BEEC. Grayscale: #686868. Windows color (decimal): -2735853 or 1262038. OLE color: 1262038.

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

Color convert

RGB 214 65 19 -
CMYK 0 0.70 0.91 0.16
HSL 14.15º 0.84% 0.46% -
HSV(B) 14.15º 0.91% 0.84% -
XYZ 29.74 18.12 2.55 -
YUV 104.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 214 65 19 0 0.70 0.91 0.16 14.15 0.84 0.46
Hex D6 41 13 0 46 5B 10 E 54 2E
Octal 326 101 23 0 106 133 20 16 124 56
Binary 11010110 1000001 10011 0 1000110 1011011 10000 1110 1010100 101110

Color Harmonies of #D64113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64113

Black with #D64113

Text Example


Text Example

White with #D64113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64113; }

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

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

background-color css

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

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

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

border-color css

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

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

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