Html Css Color HEX #D93819 Harley Davidson Orange

📋 copy color: '#D93819'

red 217 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #D93819

Tints of Harley Davidson Orange #D93819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 72.82%
G = 18.79%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93819 (or 0xD93819) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 19. RGB value is (217,56,25). Sum of RGB (Red+Green+Blue) = 217+56+25=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D93819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93819 is #26C7E6. Grayscale: #646464. Windows color (decimal): -2541543 or 1652953. OLE color: 1652953.

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

Color convert

RGB 217 56 25 -
CMYK 0 0.74 0.88 0.15
HSL 9.69º 0.79% 0.47% -
HSV(B) 9.69º 0.88% 0.85% -
XYZ 30.2 17.65 2.73 -
YUV 100.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 217 56 25 0 0.74 0.88 0.15 9.69 0.79 0.47
Hex D9 38 19 0 4A 58 F A 4F 2F
Octal 331 70 31 0 112 130 17 12 117 57
Binary 11011001 111000 11001 0 1001010 1011000 1111 1010 1001111 101111

Color Harmonies of #D93819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93819

Black with #D93819

Text Example


Text Example

White with #D93819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93819; }

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

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

background-color css

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

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

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

border-color css

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

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

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