Html Css Color HEX #D6211A Harley Davidson Orange

📋 copy color: '#D6211A'

red 214 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #D6211A

Tints of Harley Davidson Orange #D6211A

RGB

 RED value IS 214 (83.98% from 255) = 78.39%

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

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

R = 78.39%
G = 12.09%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6211A (or 0xD6211A) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 1A. RGB value is (214,33,26). Sum of RGB (Red+Green+Blue) = 214+33+26=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6211A is #29DEE5. Grayscale: #565656. Windows color (decimal): -2744038 or 1712598. OLE color: 1712598.

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

Color convert

RGB 214 33 26 -
CMYK 0 0.85 0.88 0.16
HSL 2.23º 0.78% 0.47% -
HSV(B) 2.23º 0.88% 0.84% -
XYZ 28.46 15.46 2.46 -
YUV 86.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 214 33 26 0 0.85 0.88 0.16 2.23 0.78 0.47
Hex D6 21 1A 0 55 58 10 2 4E 2F
Octal 326 41 32 0 125 130 20 2 116 57
Binary 11010110 100001 11010 0 1010101 1011000 10000 10 1001110 101111

Color Harmonies of #D6211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6211A

Black with #D6211A

Text Example


Text Example

White with #D6211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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