Html Css Color HEX #D8221A Harley Davidson Orange

📋 copy color: '#D8221A'

red 216 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #D8221A

Tints of Harley Davidson Orange #D8221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 78.26%
G = 12.32%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8221A (or 0xD8221A) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 1A. RGB value is (216,34,26). Sum of RGB (Red+Green+Blue) = 216+34+26=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D8221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8221A is #27DDE5. Grayscale: #575757. Windows color (decimal): -2612710 or 1712856. OLE color: 1712856.

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

Color convert

RGB 216 34 26 -
CMYK 0 0.84 0.88 0.15
HSL 2.53º 0.79% 0.47% -
HSV(B) 2.53º 0.88% 0.85% -
XYZ 29.08 15.82 2.5 -
YUV 87.51 93.3 219.65 -
System Red Green Blue C M Y K H S L
Decimal 216 34 26 0 0.84 0.88 0.15 2.53 0.79 0.47
Hex D8 22 1A 0 54 58 F 3 4F 2F
Octal 330 42 32 0 124 130 17 3 117 57
Binary 11011000 100010 11010 0 1010100 1011000 1111 11 1001111 101111

Color Harmonies of #D8221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8221A

Black with #D8221A

Text Example


Text Example

White with #D8221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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