Html Css Color HEX #D5221A Harley Davidson Orange

📋 copy color: '#D5221A'

red 213 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #D5221A

Tints of Harley Davidson Orange #D5221A

RGB

 RED value IS 213 (83.59% from 255) = 78.02%

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

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

R = 78.02%
G = 12.45%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5221A (or 0xD5221A) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 1A. RGB value is (213,34,26). Sum of RGB (Red+Green+Blue) = 213+34+26=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5221A is #2ADDE5. Grayscale: #565656. Windows color (decimal): -2809318 or 1712853. OLE color: 1712853.

HSL color Cylindrical-coordinate representation of color #D5221A: hue angle of 2.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5221A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 26 -
CMYK 0 0.84 0.88 0.16
HSL 2.57º 0.78% 0.47% -
HSV(B) 2.57º 0.88% 0.84% -
XYZ 28.2 15.36 2.46 -
YUV 86.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 213 34 26 0 0.84 0.88 0.16 2.57 0.78 0.47
Hex D5 22 1A 0 54 58 10 3 4E 2F
Octal 325 42 32 0 124 130 20 3 116 57
Binary 11010101 100010 11010 0 1010100 1011000 10000 11 1001110 101111

Color Harmonies of #D5221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5221A

Black with #D5221A

Text Example


Text Example

White with #D5221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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