Html Css Color HEX #D1211A Harley Davidson Orange

📋 copy color: '#D1211A'

red 209 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #D1211A

Tints of Harley Davidson Orange #D1211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 77.99%
G = 12.31%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1211A (or 0xD1211A) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 1A. RGB value is (209,33,26). Sum of RGB (Red+Green+Blue) = 209+33+26=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1211A is #2EDEE5. Grayscale: #555555. Windows color (decimal): -3071718 or 1712593. OLE color: 1712593.

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

Color convert

RGB 209 33 26 -
CMYK 0 0.84 0.88 0.18
HSL 2.3º 0.78% 0.46% -
HSV(B) 2.3º 0.88% 0.82% -
XYZ 27.02 14.72 2.39 -
YUV 84.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 209 33 26 0 0.84 0.88 0.18 2.3 0.78 0.46
Hex D1 21 1A 0 54 58 12 2 4E 2E
Octal 321 41 32 0 124 130 22 2 116 56
Binary 11010001 100001 11010 0 1010100 1011000 10010 10 1001110 101110

Color Harmonies of #D1211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1211A

Black with #D1211A

Text Example


Text Example

White with #D1211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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