Html Css Color HEX #D5220A Harley Davidson Orange

📋 copy color: '#D5220A'

red 213 ◦ green 34 ◦ blue 10

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

Shades of Harley Davidson Orange #D5220A

Tints of Harley Davidson Orange #D5220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 82.88%
G = 13.23%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5220A (or 0xD5220A) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 0A. RGB value is (213,34,10). Sum of RGB (Red+Green+Blue) = 213+34+10=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D5220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5220A is #2ADDF5. Grayscale: #555555. Windows color (decimal): -2809334 or 664277. OLE color: 664277.

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

Color convert

RGB 213 34 10 -
CMYK 0 0.84 0.95 0.16
HSL 7.09º 0.91% 0.44% -
HSV(B) 7.09º 0.95% 0.84% -
XYZ 28.07 15.31 1.76 -
YUV 84.79 85.8 219.45 -
System Red Green Blue C M Y K H S L
Decimal 213 34 10 0 0.84 0.95 0.16 7.09 0.91 0.44
Hex D5 22 A 0 54 5F 10 7 5B 2C
Octal 325 42 12 0 124 137 20 7 133 54
Binary 11010101 100010 1010 0 1010100 1011111 10000 111 1011011 101100

Color Harmonies of #D5220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5220A

Black with #D5220A

Text Example


Text Example

White with #D5220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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