Html Css Color HEX #D64816 Harley Davidson Orange

📋 copy color: '#D64816'

red 214 ◦ green 72 ◦ blue 22

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

Shades of Harley Davidson Orange #D64816

Tints of Harley Davidson Orange #D64816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 69.48%
G = 23.38%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64816 (or 0xD64816) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 16. RGB value is (214,72,22). Sum of RGB (Red+Green+Blue) = 214+72+22=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64816 is #29B7E9. Grayscale: #6D6D6D. Windows color (decimal): -2734058 or 1460438. OLE color: 1460438.

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

Color convert

RGB 214 72 22 -
CMYK 0 0.66 0.90 0.16
HSL 15.63º 0.81% 0.46% -
HSV(B) 15.63º 0.9% 0.84% -
XYZ 30.19 18.99 2.83 -
YUV 108.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 214 72 22 0 0.66 0.90 0.16 15.63 0.81 0.46
Hex D6 48 16 0 42 5A 10 10 51 2E
Octal 326 110 26 0 102 132 20 20 121 56
Binary 11010110 1001000 10110 0 1000010 1011010 10000 10000 1010001 101110

Color Harmonies of #D64816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64816

Black with #D64816

Text Example


Text Example

White with #D64816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64816; }

 p { color: rgb(214,72,22); }

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

background-color css

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

 a { background-color: rgb(214,72,22); }

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

border-color css

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

 span { border-color: rgb(214,72,22); }

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