Html Css Color HEX #D8221E Harley Davidson Orange

📋 copy color: '#D8221E'

red 216 ◦ green 34 ◦ blue 30

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

Shades of Harley Davidson Orange #D8221E

Tints of Harley Davidson Orange #D8221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 77.14%
G = 12.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8221E (or 0xD8221E) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 1E. RGB value is (216,34,30). Sum of RGB (Red+Green+Blue) = 216+34+30=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8221E is #27DDE1. Grayscale: #585858. Windows color (decimal): -2612706 or 1975000. OLE color: 1975000.

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

Color convert

RGB 216 34 30 -
CMYK 0 0.84 0.86 0.15
HSL 1.29º 0.76% 0.48% -
HSV(B) 1.29º 0.86% 0.85% -
XYZ 29.13 15.84 2.75 -
YUV 87.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 216 34 30 0 0.84 0.86 0.15 1.29 0.76 0.48
Hex D8 22 1E 0 54 56 F 1 4C 30
Octal 330 42 36 0 124 126 17 1 114 60
Binary 11011000 100010 11110 0 1010100 1010110 1111 1 1001100 110000

Color Harmonies of #D8221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8221E

Black with #D8221E

Text Example


Text Example

White with #D8221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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