Html Css Color HEX #D93416 Harley Davidson Orange

📋 copy color: '#D93416'

red 217 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #D93416

Tints of Harley Davidson Orange #D93416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 74.57%
G = 17.87%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93416 (or 0xD93416) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 16. RGB value is (217,52,22). Sum of RGB (Red+Green+Blue) = 217+52+22=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D93416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93416 is #26CBE9. Grayscale: #626262. Windows color (decimal): -2542570 or 1455321. OLE color: 1455321.

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

Color convert

RGB 217 52 22 -
CMYK 0 0.76 0.90 0.15
HSL 9.23º 0.82% 0.47% -
HSV(B) 9.23º 0.9% 0.85% -
XYZ 29.99 17.27 2.51 -
YUV 97.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 217 52 22 0 0.76 0.90 0.15 9.23 0.82 0.47
Hex D9 34 16 0 4C 5A F 9 52 2F
Octal 331 64 26 0 114 132 17 11 122 57
Binary 11011001 110100 10110 0 1001100 1011010 1111 1001 1010010 101111

Color Harmonies of #D93416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93416

Black with #D93416

Text Example


Text Example

White with #D93416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93416; }

 p { color: rgb(217,52,22); }

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

background-color css

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

 a { background-color: rgb(217,52,22); }

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

border-color css

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

 span { border-color: rgb(217,52,22); }

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