Html Css Color HEX #D94113 Harley Davidson Orange

📋 copy color: '#D94113'

red 217 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #D94113

Tints of Harley Davidson Orange #D94113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 72.09%
G = 21.59%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94113 (or 0xD94113) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 13. RGB value is (217,65,19). Sum of RGB (Red+Green+Blue) = 217+65+19=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D94113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94113 is #26BEEC. Grayscale: #696969. Windows color (decimal): -2539245 or 1262041. OLE color: 1262041.

HSL color Cylindrical-coordinate representation of color #D94113: hue angle of 13.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94113 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 19 -
CMYK 0 0.70 0.91 0.15
HSL 13.94º 0.84% 0.46% -
HSV(B) 13.94º 0.91% 0.85% -
XYZ 30.62 18.58 2.59 -
YUV 105.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 217 65 19 0 0.70 0.91 0.15 13.94 0.84 0.46
Hex D9 41 13 0 46 5B F E 54 2E
Octal 331 101 23 0 106 133 17 16 124 56
Binary 11011001 1000001 10011 0 1000110 1011011 1111 1110 1010100 101110

Color Harmonies of #D94113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94113

Black with #D94113

Text Example


Text Example

White with #D94113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94113; }

 p { color: rgb(217,65,19); }

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

background-color css

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

 a { background-color: rgb(217,65,19); }

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

border-color css

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

 span { border-color: rgb(217,65,19); }

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