Html Css Color HEX #D83B15 Harley Davidson Orange

📋 copy color: '#D83B15'

red 216 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #D83B15

Tints of Harley Davidson Orange #D83B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

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

R = 72.97%
G = 19.93%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83B15 (or 0xD83B15) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 15. RGB value is (216,59,21). Sum of RGB (Red+Green+Blue) = 216+59+21=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B15 is #27C4EA. Grayscale: #656565. Windows color (decimal): -2606315 or 1391576. OLE color: 1391576.

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

Color convert

RGB 216 59 21 -
CMYK 0 0.73 0.90 0.15
HSL 11.69º 0.82% 0.46% -
HSV(B) 11.69º 0.9% 0.85% -
XYZ 30.02 17.78 2.56 -
YUV 101.61 82.51 209.59 -
System Red Green Blue C M Y K H S L
Decimal 216 59 21 0 0.73 0.90 0.15 11.69 0.82 0.46
Hex D8 3B 15 0 49 5A F C 52 2E
Octal 330 73 25 0 111 132 17 14 122 56
Binary 11011000 111011 10101 0 1001001 1011010 1111 1100 1010010 101110

Color Harmonies of #D83B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B15

Black with #D83B15

Text Example


Text Example

White with #D83B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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