Html Css Color HEX #D6211D Harley Davidson Orange

📋 copy color: '#D6211D'

red 214 ◦ green 33 ◦ blue 29

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

Shades of Harley Davidson Orange #D6211D

Tints of Harley Davidson Orange #D6211D

RGB

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

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

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

R = 77.54%
G = 11.96%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6211D (or 0xD6211D) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 1D. RGB value is (214,33,29). Sum of RGB (Red+Green+Blue) = 214+33+29=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6211D is #29DEE2. Grayscale: #565656. Windows color (decimal): -2744035 or 1909206. OLE color: 1909206.

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

Color convert

RGB 214 33 29 -
CMYK 0 0.85 0.86 0.16
HSL 1.3º 0.76% 0.48% -
HSV(B) 1.3º 0.86% 0.84% -
XYZ 28.5 15.47 2.65 -
YUV 86.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 214 33 29 0 0.85 0.86 0.16 1.3 0.76 0.48
Hex D6 21 1D 0 55 56 10 1 4C 30
Octal 326 41 35 0 125 126 20 1 114 60
Binary 11010110 100001 11101 0 1010101 1010110 10000 1 1001100 110000

Color Harmonies of #D6211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6211D

Black with #D6211D

Text Example


Text Example

White with #D6211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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