Html Css Color HEX #D83818 Harley Davidson Orange

📋 copy color: '#D83818'

red 216 ◦ green 56 ◦ blue 24

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

Shades of Harley Davidson Orange #D83818

Tints of Harley Davidson Orange #D83818

RGB

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

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

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

R = 72.97%
G = 18.92%
B = 8.11%

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

#D83818 (or 0xD83818) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 18. RGB value is (216,56,24). Sum of RGB (Red+Green+Blue) = 216+56+24=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83818 is #27C7E7. Grayscale: #646464. Windows color (decimal): -2607080 or 1587416. OLE color: 1587416.

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

Color convert

RGB 216 56 24 -
CMYK 0 0.74 0.89 0.15
HSL 10º 0.8% 0.47% -
HSV(B) 10º 0.89% 0.85% -
XYZ 29.9 17.49 2.66 -
YUV 100.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 216 56 24 0 0.74 0.89 0.15 10 0.8 0.47
Hex D8 38 18 0 4A 59 F A 50 2F
Octal 330 70 30 0 112 131 17 12 120 57
Binary 11011000 111000 11000 0 1001010 1011001 1111 1010 1010000 101111

Color Harmonies of #D83818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83818

Black with #D83818

Text Example


Text Example

White with #D83818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83818; }

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

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

background-color css

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

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

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

border-color css

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

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

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