Html Css Color HEX #D9221A Harley Davidson Orange

📋 copy color: '#D9221A'

red 217 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #D9221A

Tints of Harley Davidson Orange #D9221A

RGB

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

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

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

R = 78.34%
G = 12.27%
B = 9.39%

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

#D9221A (or 0xD9221A) is known color: Harley Davidson Orange. HEX triplet: D9, 22 and 1A. RGB value is (217,34,26). Sum of RGB (Red+Green+Blue) = 217+34+26=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9221A is #26DDE5. Grayscale: #585858. Windows color (decimal): -2547174 or 1712857. OLE color: 1712857.

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

Color convert

RGB 217 34 26 -
CMYK 0 0.84 0.88 0.15
HSL 2.51º 0.79% 0.48% -
HSV(B) 2.51º 0.88% 0.85% -
XYZ 29.37 15.97 2.51 -
YUV 87.81 93.13 220.15 -
System Red Green Blue C M Y K H S L
Decimal 217 34 26 0 0.84 0.88 0.15 2.51 0.79 0.48
Hex D9 22 1A 0 54 58 F 3 4F 30
Octal 331 42 32 0 124 130 17 3 117 60
Binary 11011001 100010 11010 0 1010100 1011000 1111 11 1001111 110000

Color Harmonies of #D9221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9221A

Black with #D9221A

Text Example


Text Example

White with #D9221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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