Html Css Color HEX #D8211A Harley Davidson Orange

📋 copy color: '#D8211A'

red 216 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #D8211A

Tints of Harley Davidson Orange #D8211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 78.55%
G = 12%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8211A (or 0xD8211A) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 1A. RGB value is (216,33,26). Sum of RGB (Red+Green+Blue) = 216+33+26=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D8211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8211A is #27DEE5. Grayscale: #575757. Windows color (decimal): -2612966 or 1712600. OLE color: 1712600.

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

Color convert

RGB 216 33 26 -
CMYK 0 0.85 0.88 0.15
HSL 2.21º 0.79% 0.47% -
HSV(B) 2.21º 0.88% 0.85% -
XYZ 29.05 15.76 2.49 -
YUV 86.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 216 33 26 0 0.85 0.88 0.15 2.21 0.79 0.47
Hex D8 21 1A 0 55 58 F 2 4F 2F
Octal 330 41 32 0 125 130 17 2 117 57
Binary 11011000 100001 11010 0 1010101 1011000 1111 10 1001111 101111

Color Harmonies of #D8211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8211A

Black with #D8211A

Text Example


Text Example

White with #D8211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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