Html Css Color HEX #D92318 Harley Davidson Orange

📋 copy color: '#D92318'

red 217 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #D92318

Tints of Harley Davidson Orange #D92318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 78.62%
G = 12.68%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D92318 (or 0xD92318) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 18. RGB value is (217,35,24). Sum of RGB (Red+Green+Blue) = 217+35+24=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D92318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92318 is #26DCE7. Grayscale: #585858. Windows color (decimal): -2546920 or 1582041. OLE color: 1582041.

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

Color convert

RGB 217 35 24 -
CMYK 0 0.84 0.89 0.15
HSL 3.42º 0.8% 0.47% -
HSV(B) 3.42º 0.89% 0.85% -
XYZ 29.38 16.02 2.41 -
YUV 88.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 217 35 24 0 0.84 0.89 0.15 3.42 0.8 0.47
Hex D9 23 18 0 54 59 F 3 50 2F
Octal 331 43 30 0 124 131 17 3 120 57
Binary 11011001 100011 11000 0 1010100 1011001 1111 11 1010000 101111

Color Harmonies of #D92318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92318

Black with #D92318

Text Example


Text Example

White with #D92318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92318; }

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

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

background-color css

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

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

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

border-color css

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

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

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