Html Css Color HEX #D64215 Harley Davidson Orange

📋 copy color: '#D64215'

red 214 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #D64215

Tints of Harley Davidson Orange #D64215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 71.1%
G = 21.93%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64215 (or 0xD64215) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 15. RGB value is (214,66,21). Sum of RGB (Red+Green+Blue) = 214+66+21=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D64215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64215 is #29BDEA. Grayscale: #696969. Windows color (decimal): -2735595 or 1393366. OLE color: 1393366.

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

Color convert

RGB 214 66 21 -
CMYK 0 0.69 0.90 0.16
HSL 13.99º 0.82% 0.46% -
HSV(B) 13.99º 0.9% 0.84% -
XYZ 29.82 18.25 2.66 -
YUV 105.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 214 66 21 0 0.69 0.90 0.16 13.99 0.82 0.46
Hex D6 42 15 0 45 5A 10 E 52 2E
Octal 326 102 25 0 105 132 20 16 122 56
Binary 11010110 1000010 10101 0 1000101 1011010 10000 1110 1010010 101110

Color Harmonies of #D64215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64215

Black with #D64215

Text Example


Text Example

White with #D64215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64215; }

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

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

background-color css

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

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

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

border-color css

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

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

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