Html Css Color HEX #D5201C Harley Davidson Orange

📋 copy color: '#D5201C'

red 213 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #D5201C

Tints of Harley Davidson Orange #D5201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 78.02%
G = 11.72%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5201C (or 0xD5201C) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 1C. RGB value is (213,32,28). Sum of RGB (Red+Green+Blue) = 213+32+28=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201C is #2ADFE3. Grayscale: #555555. Windows color (decimal): -2809828 or 1843413. OLE color: 1843413.

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

Color convert

RGB 213 32 28 -
CMYK 0 0.85 0.87 0.16
HSL 1.3º 0.77% 0.47% -
HSV(B) 1.3º 0.87% 0.84% -
XYZ 28.17 15.26 2.56 -
YUV 85.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 213 32 28 0 0.85 0.87 0.16 1.3 0.77 0.47
Hex D5 20 1C 0 55 57 10 1 4D 2F
Octal 325 40 34 0 125 127 20 1 115 57
Binary 11010101 100000 11100 0 1010101 1010111 10000 1 1001101 101111

Color Harmonies of #D5201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5201C

Black with #D5201C

Text Example


Text Example

White with #D5201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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