Html Css Color HEX #D64915 Harley Davidson Orange

📋 copy color: '#D64915'

red 214 ◦ green 73 ◦ blue 21

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

Shades of Harley Davidson Orange #D64915

Tints of Harley Davidson Orange #D64915

RGB

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

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

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

R = 69.48%
G = 23.7%
B = 6.82%

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

#D64915 (or 0xD64915) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 15. RGB value is (214,73,21). Sum of RGB (Red+Green+Blue) = 214+73+21=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64915 is #29B6EA. Grayscale: #6D6D6D. Windows color (decimal): -2733803 or 1395158. OLE color: 1395158.

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

Color convert

RGB 214 73 21 -
CMYK 0 0.66 0.90 0.16
HSL 16.17º 0.82% 0.46% -
HSV(B) 16.17º 0.9% 0.84% -
XYZ 30.25 19.12 2.8 -
YUV 109.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 214 73 21 0 0.66 0.90 0.16 16.17 0.82 0.46
Hex D6 49 15 0 42 5A 10 10 52 2E
Octal 326 111 25 0 102 132 20 20 122 56
Binary 11010110 1001001 10101 0 1000010 1011010 10000 10000 1010010 101110

Color Harmonies of #D64915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64915

Black with #D64915

Text Example


Text Example

White with #D64915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64915; }

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

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

background-color css

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

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

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

border-color css

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

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

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