Html Css Color HEX #D83D15 Harley Davidson Orange

📋 copy color: '#D83D15'

red 216 ◦ green 61 ◦ blue 21

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

Shades of Harley Davidson Orange #D83D15

Tints of Harley Davidson Orange #D83D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 72.48%
G = 20.47%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83D15 (or 0xD83D15) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 15. RGB value is (216,61,21). Sum of RGB (Red+Green+Blue) = 216+61+21=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D15 is #27C2EA. Grayscale: #676767. Windows color (decimal): -2605803 or 1392088. OLE color: 1392088.

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

Color convert

RGB 216 61 21 -
CMYK 0 0.72 0.90 0.15
HSL 12.31º 0.82% 0.46% -
HSV(B) 12.31º 0.9% 0.85% -
XYZ 30.12 17.99 2.59 -
YUV 102.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 216 61 21 0 0.72 0.90 0.15 12.31 0.82 0.46
Hex D8 3D 15 0 48 5A F C 52 2E
Octal 330 75 25 0 110 132 17 14 122 56
Binary 11011000 111101 10101 0 1001000 1011010 1111 1100 1010010 101110

Color Harmonies of #D83D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D15

Black with #D83D15

Text Example


Text Example

White with #D83D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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