Html Css Color HEX #D93820 Harley Davidson Orange

📋 copy color: '#D93820'

red 217 ◦ green 56 ◦ blue 32

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

Shades of Harley Davidson Orange #D93820

Tints of Harley Davidson Orange #D93820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 71.15%
G = 18.36%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D93820 (or 0xD93820) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 20. RGB value is (217,56,32). Sum of RGB (Red+Green+Blue) = 217+56+32=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D93820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93820 is #26C7DF. Grayscale: #656565. Windows color (decimal): -2541536 or 2111705. OLE color: 2111705.

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

Color convert

RGB 217 56 32 -
CMYK 0 0.74 0.85 0.15
HSL 7.78º 0.74% 0.49% -
HSV(B) 7.78º 0.85% 0.85% -
XYZ 30.29 17.68 3.18 -
YUV 101.4 88.84 210.45 -
System Red Green Blue C M Y K H S L
Decimal 217 56 32 0 0.74 0.85 0.15 7.78 0.74 0.49
Hex D9 38 20 0 4A 55 F 8 4A 31
Octal 331 70 40 0 112 125 17 10 112 61
Binary 11011001 111000 100000 0 1001010 1010101 1111 1000 1001010 110001

Color Harmonies of #D93820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93820

Black with #D93820

Text Example


Text Example

White with #D93820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93820; }

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

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

background-color css

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

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

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

border-color css

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

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

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