Html Css Color HEX #D1211B Harley Davidson Orange

📋 copy color: '#D1211B'

red 209 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #D1211B

Tints of Harley Davidson Orange #D1211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 77.7%
G = 12.27%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1211B (or 0xD1211B) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 1B. RGB value is (209,33,27). Sum of RGB (Red+Green+Blue) = 209+33+27=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1211B is #2EDEE4. Grayscale: #555555. Windows color (decimal): -3071717 or 1778129. OLE color: 1778129.

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

Color convert

RGB 209 33 27 -
CMYK 0 0.84 0.87 0.18
HSL 1.98º 0.77% 0.46% -
HSV(B) 1.98º 0.87% 0.82% -
XYZ 27.04 14.72 2.45 -
YUV 84.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 209 33 27 0 0.84 0.87 0.18 1.98 0.77 0.46
Hex D1 21 1B 0 54 57 12 2 4D 2E
Octal 321 41 33 0 124 127 22 2 115 56
Binary 11010001 100001 11011 0 1010100 1010111 10010 10 1001101 101110

Color Harmonies of #D1211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1211B

Black with #D1211B

Text Example


Text Example

White with #D1211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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