Html Css Color HEX #D5211E Harley Davidson Orange

📋 copy color: '#D5211E'

red 213 ◦ green 33 ◦ blue 30

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

Shades of Harley Davidson Orange #D5211E

Tints of Harley Davidson Orange #D5211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 77.17%
G = 11.96%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5211E (or 0xD5211E) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 1E. RGB value is (213,33,30). Sum of RGB (Red+Green+Blue) = 213+33+30=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211E is #2ADEE1. Grayscale: #565656. Windows color (decimal): -2809570 or 1974741. OLE color: 1974741.

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

Color convert

RGB 213 33 30 -
CMYK 0 0.85 0.86 0.16
HSL 0.98º 0.75% 0.48% -
HSV(B) 0.98º 0.86% 0.84% -
XYZ 28.22 15.33 2.7 -
YUV 86.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 213 33 30 0 0.85 0.86 0.16 0.98 0.75 0.48
Hex D5 21 1E 0 55 56 10 1 4B 30
Octal 325 41 36 0 125 126 20 1 113 60
Binary 11010101 100001 11110 0 1010101 1010110 10000 1 1001011 110000

Color Harmonies of #D5211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5211E

Black with #D5211E

Text Example


Text Example

White with #D5211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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