Html Css Color HEX #D93218 Harley Davidson Orange

📋 copy color: '#D93218'

red 217 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #D93218

Tints of Harley Davidson Orange #D93218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 74.57%
G = 17.18%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93218 (or 0xD93218) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 18. RGB value is (217,50,24). Sum of RGB (Red+Green+Blue) = 217+50+24=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D93218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93218 is #26CDE7. Grayscale: #616161. Windows color (decimal): -2543080 or 1585881. OLE color: 1585881.

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

Color convert

RGB 217 50 24 -
CMYK 0 0.77 0.89 0.15
HSL 8.08º 0.8% 0.47% -
HSV(B) 8.08º 0.89% 0.85% -
XYZ 29.92 17.1 2.59 -
YUV 96.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 217 50 24 0 0.77 0.89 0.15 8.08 0.8 0.47
Hex D9 32 18 0 4D 59 F 8 50 2F
Octal 331 62 30 0 115 131 17 10 120 57
Binary 11011001 110010 11000 0 1001101 1011001 1111 1000 1010000 101111

Color Harmonies of #D93218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93218

Black with #D93218

Text Example


Text Example

White with #D93218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93218; }

 p { color: rgb(217,50,24); }

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

background-color css

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

 a { background-color: rgb(217,50,24); }

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

border-color css

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

 span { border-color: rgb(217,50,24); }

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