Html Css Color HEX #D6211B Harley Davidson Orange

📋 copy color: '#D6211B'

red 214 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #D6211B

Tints of Harley Davidson Orange #D6211B

RGB

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

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

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

R = 78.1%
G = 12.04%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6211B (or 0xD6211B) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 1B. RGB value is (214,33,27). Sum of RGB (Red+Green+Blue) = 214+33+27=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6211B is #29DEE4. Grayscale: #565656. Windows color (decimal): -2744037 or 1778134. OLE color: 1778134.

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

Color convert

RGB 214 33 27 -
CMYK 0 0.85 0.87 0.16
HSL 1.93º 0.78% 0.47% -
HSV(B) 1.93º 0.87% 0.84% -
XYZ 28.47 15.46 2.52 -
YUV 86.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 214 33 27 0 0.85 0.87 0.16 1.93 0.78 0.47
Hex D6 21 1B 0 55 57 10 2 4E 2F
Octal 326 41 33 0 125 127 20 2 116 57
Binary 11010110 100001 11011 0 1010101 1010111 10000 10 1001110 101111

Color Harmonies of #D6211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6211B

Black with #D6211B

Text Example


Text Example

White with #D6211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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