Html Css Color HEX #D83119 Harley Davidson Orange

📋 copy color: '#D83119'

red 216 ◦ green 49 ◦ blue 25

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

Shades of Harley Davidson Orange #D83119

Tints of Harley Davidson Orange #D83119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 25 (10.16% from 255) = 8.62%

R = 74.48%
G = 16.9%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D83119 (or 0xD83119) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 19. RGB value is (216,49,25). Sum of RGB (Red+Green+Blue) = 216+49+25=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D83119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83119 is #27CEE6. Grayscale: #606060. Windows color (decimal): -2608871 or 1651160. OLE color: 1651160.

HSL color Cylindrical-coordinate representation of color #D83119: hue angle of 7.54º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D83119 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 25 -
CMYK 0 0.77 0.88 0.15
HSL 7.54º 0.79% 0.47% -
HSV(B) 7.54º 0.88% 0.85% -
XYZ 29.59 16.87 2.62 -
YUV 96.2 87.83 213.45 -
System Red Green Blue C M Y K H S L
Decimal 216 49 25 0 0.77 0.88 0.15 7.54 0.79 0.47
Hex D8 31 19 0 4D 58 F 8 4F 2F
Octal 330 61 31 0 115 130 17 10 117 57
Binary 11011000 110001 11001 0 1001101 1011000 1111 1000 1001111 101111

Color Harmonies of #D83119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83119

Black with #D83119

Text Example


Text Example

White with #D83119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83119; }

 p { color: rgb(216,49,25); }

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

background-color css

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

 a { background-color: rgb(216,49,25); }

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

border-color css

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

 span { border-color: rgb(216,49,25); }

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