Html Css Color HEX #D82213 Harley Davidson Orange

📋 copy color: '#D82213'

red 216 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #D82213

Tints of Harley Davidson Orange #D82213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 80.3%
G = 12.64%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82213 (or 0xD82213) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 13. RGB value is (216,34,19). Sum of RGB (Red+Green+Blue) = 216+34+19=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D82213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82213 is #27DDEC. Grayscale: #565656. Windows color (decimal): -2612717 or 1254104. OLE color: 1254104.

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

Color convert

RGB 216 34 19 -
CMYK 0 0.84 0.91 0.15
HSL 4.57º 0.84% 0.46% -
HSV(B) 4.57º 0.91% 0.85% -
XYZ 29.01 15.79 2.13 -
YUV 86.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 216 34 19 0 0.84 0.91 0.15 4.57 0.84 0.46
Hex D8 22 13 0 54 5B F 5 54 2E
Octal 330 42 23 0 124 133 17 5 124 56
Binary 11011000 100010 10011 0 1010100 1011011 1111 101 1010100 101110

Color Harmonies of #D82213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82213

Black with #D82213

Text Example


Text Example

White with #D82213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82213; }

 p { color: rgb(216,34,19); }

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

background-color css

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

 a { background-color: rgb(216,34,19); }

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

border-color css

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

 span { border-color: rgb(216,34,19); }

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