Html Css Color HEX #D5211C Harley Davidson Orange

📋 copy color: '#D5211C'

red 213 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #D5211C

Tints of Harley Davidson Orange #D5211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 77.74%
G = 12.04%
B = 10.22%

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

#D5211C (or 0xD5211C) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 1C. RGB value is (213,33,28). Sum of RGB (Red+Green+Blue) = 213+33+28=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211C is #2ADEE3. Grayscale: #565656. Windows color (decimal): -2809572 or 1843669. OLE color: 1843669.

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

Color convert

RGB 213 33 28 -
CMYK 0 0.85 0.87 0.16
HSL 1.62º 0.77% 0.47% -
HSV(B) 1.62º 0.87% 0.84% -
XYZ 28.19 15.32 2.57 -
YUV 86.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 213 33 28 0 0.85 0.87 0.16 1.62 0.77 0.47
Hex D5 21 1C 0 55 57 10 2 4D 2F
Octal 325 41 34 0 125 127 20 2 115 57
Binary 11010101 100001 11100 0 1010101 1010111 10000 10 1001101 101111

Color Harmonies of #D5211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5211C

Black with #D5211C

Text Example


Text Example

White with #D5211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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