Html Css Color HEX #D82214 Harley Davidson Orange

📋 copy color: '#D82214'

red 216 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #D82214

Tints of Harley Davidson Orange #D82214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 80%
G = 12.59%
B = 7.41%

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

#D82214 (or 0xD82214) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 14. RGB value is (216,34,20). Sum of RGB (Red+Green+Blue) = 216+34+20=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D82214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82214 is #27DDEB. Grayscale: #575757. Windows color (decimal): -2612716 or 1319640. OLE color: 1319640.

HSL color Cylindrical-coordinate representation of color #D82214: hue angle of 4.29º degrees, saturation: 0.83, 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 #D82214 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 20 -
CMYK 0 0.84 0.91 0.15
HSL 4.29º 0.83% 0.46% -
HSV(B) 4.29º 0.91% 0.85% -
XYZ 29.02 15.79 2.18 -
YUV 86.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 216 34 20 0 0.84 0.91 0.15 4.29 0.83 0.46
Hex D8 22 14 0 54 5B F 4 53 2E
Octal 330 42 24 0 124 133 17 4 123 56
Binary 11011000 100010 10100 0 1010100 1011011 1111 100 1010011 101110

Color Harmonies of #D82214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82214

Black with #D82214

Text Example


Text Example

White with #D82214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82214; }

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

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

background-color css

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

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

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

border-color css

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

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

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