Html Css Color HEX #D5201A Harley Davidson Orange

📋 copy color: '#D5201A'

red 213 ◦ green 32 ◦ blue 26

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

Shades of Harley Davidson Orange #D5201A

Tints of Harley Davidson Orange #D5201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

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

R = 78.6%
G = 11.81%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5201A (or 0xD5201A) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 1A. RGB value is (213,32,26). Sum of RGB (Red+Green+Blue) = 213+32+26=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201A is #2ADFE5. Grayscale: #555555. Windows color (decimal): -2809830 or 1712341. OLE color: 1712341.

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

Color convert

RGB 213 32 26 -
CMYK 0 0.85 0.88 0.16
HSL 1.93º 0.78% 0.47% -
HSV(B) 1.93º 0.88% 0.84% -
XYZ 28.14 15.25 2.44 -
YUV 85.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 213 32 26 0 0.85 0.88 0.16 1.93 0.78 0.47
Hex D5 20 1A 0 55 58 10 2 4E 2F
Octal 325 40 32 0 125 130 20 2 116 57
Binary 11010101 100000 11010 0 1010101 1011000 10000 10 1001110 101111

Color Harmonies of #D5201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5201A

Black with #D5201A

Text Example


Text Example

White with #D5201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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