Html Css Color HEX #D83915 Harley Davidson Orange

📋 copy color: '#D83915'

red 216 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #D83915

Tints of Harley Davidson Orange #D83915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 73.47%
G = 19.39%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83915 (or 0xD83915) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 15. RGB value is (216,57,21). Sum of RGB (Red+Green+Blue) = 216+57+21=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D83915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83915 is #27C6EA. Grayscale: #646464. Windows color (decimal): -2606827 or 1391064. OLE color: 1391064.

HSL color Cylindrical-coordinate representation of color #D83915: hue angle of 11.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D83915 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 57 21 -
CMYK 0 0.74 0.90 0.15
HSL 11.08º 0.82% 0.46% -
HSV(B) 11.08º 0.9% 0.85% -
XYZ 29.92 17.58 2.53 -
YUV 100.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 216 57 21 0 0.74 0.90 0.15 11.08 0.82 0.46
Hex D8 39 15 0 4A 5A F B 52 2E
Octal 330 71 25 0 112 132 17 13 122 56
Binary 11011000 111001 10101 0 1001010 1011010 1111 1011 1010010 101110

Color Harmonies of #D83915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83915

Black with #D83915

Text Example


Text Example

White with #D83915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83915; }

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

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

background-color css

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

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

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

border-color css

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

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

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