Html Css Color HEX #D93816 Harley Davidson Orange

📋 copy color: '#D93816'

red 217 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #D93816

Tints of Harley Davidson Orange #D93816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 73.56%
G = 18.98%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93816 (or 0xD93816) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 16. RGB value is (217,56,22). Sum of RGB (Red+Green+Blue) = 217+56+22=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93816 is #26C7E9. Grayscale: #646464. Windows color (decimal): -2541546 or 1456345. OLE color: 1456345.

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

Color convert

RGB 217 56 22 -
CMYK 0 0.74 0.90 0.15
HSL 10.46º 0.82% 0.47% -
HSV(B) 10.46º 0.9% 0.85% -
XYZ 30.17 17.64 2.57 -
YUV 100.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 217 56 22 0 0.74 0.90 0.15 10.46 0.82 0.47
Hex D9 38 16 0 4A 5A F A 52 2F
Octal 331 70 26 0 112 132 17 12 122 57
Binary 11011001 111000 10110 0 1001010 1011010 1111 1010 1010010 101111

Color Harmonies of #D93816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93816

Black with #D93816

Text Example


Text Example

White with #D93816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93816; }

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

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

background-color css

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

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

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

border-color css

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

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

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