Html Css Color HEX #D64815 Harley Davidson Orange

📋 copy color: '#D64815'

red 214 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #D64815

Tints of Harley Davidson Orange #D64815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 69.71%
G = 23.45%
B = 6.84%

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

#D64815 (or 0xD64815) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 15. RGB value is (214,72,21). Sum of RGB (Red+Green+Blue) = 214+72+21=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D64815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64815 is #29B7EA. Grayscale: #6C6C6C. Windows color (decimal): -2734059 or 1394902. OLE color: 1394902.

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

Color convert

RGB 214 72 21 -
CMYK 0 0.66 0.90 0.16
HSL 15.85º 0.82% 0.46% -
HSV(B) 15.85º 0.9% 0.84% -
XYZ 30.18 18.99 2.78 -
YUV 108.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 214 72 21 0 0.66 0.90 0.16 15.85 0.82 0.46
Hex D6 48 15 0 42 5A 10 10 52 2E
Octal 326 110 25 0 102 132 20 20 122 56
Binary 11010110 1001000 10101 0 1000010 1011010 10000 10000 1010010 101110

Color Harmonies of #D64815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64815

Black with #D64815

Text Example


Text Example

White with #D64815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64815; }

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

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

background-color css

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

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

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

border-color css

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

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

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