Html Css Color HEX #D8221C Harley Davidson Orange

📋 copy color: '#D8221C'

red 216 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #D8221C

Tints of Harley Davidson Orange #D8221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 77.7%
G = 12.23%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8221C (or 0xD8221C) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 1C. RGB value is (216,34,28). Sum of RGB (Red+Green+Blue) = 216+34+28=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8221C is #27DDE3. Grayscale: #575757. Windows color (decimal): -2612708 or 1843928. OLE color: 1843928.

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

Color convert

RGB 216 34 28 -
CMYK 0 0.84 0.87 0.15
HSL 1.91º 0.77% 0.48% -
HSV(B) 1.91º 0.87% 0.85% -
XYZ 29.1 15.83 2.62 -
YUV 87.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 216 34 28 0 0.84 0.87 0.15 1.91 0.77 0.48
Hex D8 22 1C 0 54 57 F 2 4D 30
Octal 330 42 34 0 124 127 17 2 115 60
Binary 11011000 100010 11100 0 1010100 1010111 1111 10 1001101 110000

Color Harmonies of #D8221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8221C

Black with #D8221C

Text Example


Text Example

White with #D8221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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