Html Css Color HEX #D83419 Harley Davidson Orange

📋 copy color: '#D83419'

red 216 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #D83419

Tints of Harley Davidson Orange #D83419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 73.72%
G = 17.75%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D83419 (or 0xD83419) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 19. RGB value is (216,52,25). Sum of RGB (Red+Green+Blue) = 216+52+25=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D83419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83419 is #27CBE6. Grayscale: #626262. Windows color (decimal): -2608103 or 1651928. OLE color: 1651928.

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

Color convert

RGB 216 52 25 -
CMYK 0 0.76 0.88 0.15
HSL 8.48º 0.79% 0.47% -
HSV(B) 8.48º 0.88% 0.85% -
XYZ 29.72 17.13 2.66 -
YUV 97.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 216 52 25 0 0.76 0.88 0.15 8.48 0.79 0.47
Hex D8 34 19 0 4C 58 F 8 4F 2F
Octal 330 64 31 0 114 130 17 10 117 57
Binary 11011000 110100 11001 0 1001100 1011000 1111 1000 1001111 101111

Color Harmonies of #D83419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83419

Black with #D83419

Text Example


Text Example

White with #D83419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83419; }

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

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

background-color css

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

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

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

border-color css

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

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

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