Html Css Color HEX #D83918 Harley Davidson Orange

📋 copy color: '#D83918'

red 216 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #D83918

Tints of Harley Davidson Orange #D83918

RGB

 RED value IS 216 (84.77% from 255) = 72.73%

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 72.73%
G = 19.19%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D83918 (or 0xD83918) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 18. RGB value is (216,57,24). Sum of RGB (Red+Green+Blue) = 216+57+24=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D83918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83918 is #27C6E7. Grayscale: #656565. Windows color (decimal): -2606824 or 1587672. OLE color: 1587672.

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

Color convert

RGB 216 57 24 -
CMYK 0 0.74 0.89 0.15
HSL 10.31º 0.8% 0.47% -
HSV(B) 10.31º 0.89% 0.85% -
XYZ 29.95 17.59 2.68 -
YUV 100.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 216 57 24 0 0.74 0.89 0.15 10.31 0.8 0.47
Hex D8 39 18 0 4A 59 F A 50 2F
Octal 330 71 30 0 112 131 17 12 120 57
Binary 11011000 111001 11000 0 1001010 1011001 1111 1010 1010000 101111

Color Harmonies of #D83918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83918

Black with #D83918

Text Example


Text Example

White with #D83918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83918; }

 p { color: rgb(216,57,24); }

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

background-color css

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

 a { background-color: rgb(216,57,24); }

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

border-color css

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

 span { border-color: rgb(216,57,24); }

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