Html Css Color HEX #D5211D Harley Davidson Orange

📋 copy color: '#D5211D'

red 213 ◦ green 33 ◦ blue 29

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

Shades of Harley Davidson Orange #D5211D

Tints of Harley Davidson Orange #D5211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 77.45%
G = 12%
B = 10.55%

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

#D5211D (or 0xD5211D) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 1D. RGB value is (213,33,29). Sum of RGB (Red+Green+Blue) = 213+33+29=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211D is #2ADEE2. Grayscale: #565656. Windows color (decimal): -2809571 or 1909205. OLE color: 1909205.

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

Color convert

RGB 213 33 29 -
CMYK 0 0.85 0.86 0.16
HSL 1.3º 0.76% 0.47% -
HSV(B) 1.3º 0.86% 0.84% -
XYZ 28.21 15.32 2.63 -
YUV 86.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 213 33 29 0 0.85 0.86 0.16 1.3 0.76 0.47
Hex D5 21 1D 0 55 56 10 1 4C 2F
Octal 325 41 35 0 125 126 20 1 114 57
Binary 11010101 100001 11101 0 1010101 1010110 10000 1 1001100 101111

Color Harmonies of #D5211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5211D

Black with #D5211D

Text Example


Text Example

White with #D5211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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