Html Css Color HEX #D9211A Harley Davidson Orange

📋 copy color: '#D9211A'

red 217 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #D9211A

Tints of Harley Davidson Orange #D9211A

RGB

 RED value IS 217 (85.16% from 255) = 78.62%

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

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

R = 78.62%
G = 11.96%
B = 9.42%

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

#D9211A (or 0xD9211A) is known color: Harley Davidson Orange. HEX triplet: D9, 21 and 1A. RGB value is (217,33,26). Sum of RGB (Red+Green+Blue) = 217+33+26=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D9211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9211A is #26DEE5. Grayscale: #575757. Windows color (decimal): -2547430 or 1712601. OLE color: 1712601.

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

Color convert

RGB 217 33 26 -
CMYK 0 0.85 0.88 0.15
HSL 2.2º 0.79% 0.48% -
HSV(B) 2.2º 0.88% 0.85% -
XYZ 29.35 15.91 2.5 -
YUV 87.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 217 33 26 0 0.85 0.88 0.15 2.2 0.79 0.48
Hex D9 21 1A 0 55 58 F 2 4F 30
Octal 331 41 32 0 125 130 17 2 117 60
Binary 11011001 100001 11010 0 1010101 1011000 1111 10 1001111 110000

Color Harmonies of #D9211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9211A

Black with #D9211A

Text Example


Text Example

White with #D9211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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