Html Css Color HEX #D94215 Harley Davidson Orange

📋 copy color: '#D94215'

red 217 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #D94215

Tints of Harley Davidson Orange #D94215

RGB

 RED value IS 217 (85.16% from 255) = 71.38%

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

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

R = 71.38%
G = 21.71%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94215 (or 0xD94215) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 15. RGB value is (217,66,21). Sum of RGB (Red+Green+Blue) = 217+66+21=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94215 is #26BDEA. Grayscale: #6A6A6A. Windows color (decimal): -2538987 or 1393369. OLE color: 1393369.

HSL color Cylindrical-coordinate representation of color #D94215: hue angle of 13.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94215 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 21 -
CMYK 0 0.70 0.90 0.15
HSL 13.78º 0.82% 0.47% -
HSV(B) 13.78º 0.9% 0.85% -
XYZ 30.7 18.7 2.7 -
YUV 106.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 217 66 21 0 0.70 0.90 0.15 13.78 0.82 0.47
Hex D9 42 15 0 46 5A F E 52 2F
Octal 331 102 25 0 106 132 17 16 122 57
Binary 11011001 1000010 10101 0 1000110 1011010 1111 1110 1010010 101111

Color Harmonies of #D94215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94215

Black with #D94215

Text Example


Text Example

White with #D94215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94215; }

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

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

background-color css

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

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

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

border-color css

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

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

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