Html Css Color HEX #D93514 Harley Davidson Orange

📋 copy color: '#D93514'

red 217 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #D93514

Tints of Harley Davidson Orange #D93514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 74.83%
G = 18.28%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93514 (or 0xD93514) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 14. RGB value is (217,53,20). Sum of RGB (Red+Green+Blue) = 217+53+20=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93514 is #26CAEB. Grayscale: #626262. Windows color (decimal): -2542316 or 1324505. OLE color: 1324505.

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

Color convert

RGB 217 53 20 -
CMYK 0 0.76 0.91 0.15
HSL 10.05º 0.83% 0.46% -
HSV(B) 10.05º 0.91% 0.85% -
XYZ 30.01 17.35 2.43 -
YUV 98.27 83.83 212.68 -
System Red Green Blue C M Y K H S L
Decimal 217 53 20 0 0.76 0.91 0.15 10.05 0.83 0.46
Hex D9 35 14 0 4C 5B F A 53 2E
Octal 331 65 24 0 114 133 17 12 123 56
Binary 11011001 110101 10100 0 1001100 1011011 1111 1010 1010011 101110

Color Harmonies of #D93514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93514

Black with #D93514

Text Example


Text Example

White with #D93514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93514; }

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

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

background-color css

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

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

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

border-color css

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

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

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