Html Css Color HEX #D6201B Harley Davidson Orange

📋 copy color: '#D6201B'

red 214 ◦ green 32 ◦ blue 27

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

Shades of Harley Davidson Orange #D6201B

Tints of Harley Davidson Orange #D6201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 78.39%
G = 11.72%
B = 9.89%

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

#D6201B (or 0xD6201B) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 1B. RGB value is (214,32,27). Sum of RGB (Red+Green+Blue) = 214+32+27=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6201B is #29DFE4. Grayscale: #565656. Windows color (decimal): -2744293 or 1777878. OLE color: 1777878.

HSL color Cylindrical-coordinate representation of color #D6201B: hue angle of 1.6º 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 #D6201B is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 27 -
CMYK 0 0.85 0.87 0.16
HSL 1.6º 0.78% 0.47% -
HSV(B) 1.6º 0.87% 0.84% -
XYZ 28.45 15.41 2.51 -
YUV 85.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 214 32 27 0 0.85 0.87 0.16 1.6 0.78 0.47
Hex D6 20 1B 0 55 57 10 2 4E 2F
Octal 326 40 33 0 125 127 20 2 116 57
Binary 11010110 100000 11011 0 1010101 1010111 10000 10 1001110 101111

Color Harmonies of #D6201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6201B

Black with #D6201B

Text Example


Text Example

White with #D6201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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