Html Css Color HEX #D64519 Harley Davidson Orange

📋 copy color: '#D64519'

red 214 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #D64519

Tints of Harley Davidson Orange #D64519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 69.48%
G = 22.4%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64519 (or 0xD64519) is known color: Harley Davidson Orange. HEX triplet: D6, 45 and 19. RGB value is (214,69,25). Sum of RGB (Red+Green+Blue) = 214+69+25=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64519 is #29BAE6. Grayscale: #6B6B6B. Windows color (decimal): -2734823 or 1656278. OLE color: 1656278.

HSL color Cylindrical-coordinate representation of color #D64519: hue angle of 13.97º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D64519 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 25 -
CMYK 0 0.68 0.88 0.16
HSL 13.97º 0.79% 0.47% -
HSV(B) 13.97º 0.88% 0.84% -
XYZ 30.04 18.62 2.93 -
YUV 107.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 214 69 25 0 0.68 0.88 0.16 13.97 0.79 0.47
Hex D6 45 19 0 44 58 10 E 4F 2F
Octal 326 105 31 0 104 130 20 16 117 57
Binary 11010110 1000101 11001 0 1000100 1011000 10000 1110 1001111 101111

Color Harmonies of #D64519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64519

Black with #D64519

Text Example


Text Example

White with #D64519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64519; }

 p { color: rgb(214,69,25); }

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

background-color css

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

 a { background-color: rgb(214,69,25); }

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

border-color css

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

 span { border-color: rgb(214,69,25); }

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