Html Css Color HEX #D1211D Harley Davidson Orange

📋 copy color: '#D1211D'

red 209 ◦ green 33 ◦ blue 29

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

Shades of Harley Davidson Orange #D1211D

Tints of Harley Davidson Orange #D1211D

RGB

 RED value IS 209 (82.03% from 255) = 77.12%

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

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

R = 77.12%
G = 12.18%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1211D (or 0xD1211D) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 1D. RGB value is (209,33,29). Sum of RGB (Red+Green+Blue) = 209+33+29=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1211D is #2EDEE2. Grayscale: #555555. Windows color (decimal): -3071715 or 1909201. OLE color: 1909201.

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

Color convert

RGB 209 33 29 -
CMYK 0 0.84 0.86 0.18
HSL 1.33º 0.76% 0.47% -
HSV(B) 1.33º 0.86% 0.82% -
XYZ 27.06 14.73 2.58 -
YUV 85.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 209 33 29 0 0.84 0.86 0.18 1.33 0.76 0.47
Hex D1 21 1D 0 54 56 12 1 4C 2F
Octal 321 41 35 0 124 126 22 1 114 57
Binary 11010001 100001 11101 0 1010100 1010110 10010 1 1001100 101111

Color Harmonies of #D1211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1211D

Black with #D1211D

Text Example


Text Example

White with #D1211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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