Html Css Color HEX #D93E14 Harley Davidson Orange

📋 copy color: '#D93E14'

red 217 ◦ green 62 ◦ blue 20

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

Shades of Harley Davidson Orange #D93E14

Tints of Harley Davidson Orange #D93E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 72.58%
G = 20.74%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93E14 (or 0xD93E14) is known color: Harley Davidson Orange. HEX triplet: D9, 3E and 14. RGB value is (217,62,20). Sum of RGB (Red+Green+Blue) = 217+62+20=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93E14 is #26C1EB. Grayscale: #676767. Windows color (decimal): -2540012 or 1326809. OLE color: 1326809.

HSL color Cylindrical-coordinate representation of color #D93E14: hue angle of 12.79º degrees, saturation: 0.83, 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 #D93E14 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 62 20 -
CMYK 0 0.71 0.91 0.15
HSL 12.79º 0.83% 0.46% -
HSV(B) 12.79º 0.91% 0.85% -
XYZ 30.46 18.25 2.58 -
YUV 103.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 217 62 20 0 0.71 0.91 0.15 12.79 0.83 0.46
Hex D9 3E 14 0 47 5B F D 53 2E
Octal 331 76 24 0 107 133 17 15 123 56
Binary 11011001 111110 10100 0 1000111 1011011 1111 1101 1010011 101110

Color Harmonies of #D93E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E14

Black with #D93E14

Text Example


Text Example

White with #D93E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E14; }

 p { color: rgb(217,62,20); }

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

background-color css

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

 a { background-color: rgb(217,62,20); }

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

border-color css

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

 span { border-color: rgb(217,62,20); }

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