Html Css Color HEX #D6201C Harley Davidson Orange

📋 copy color: '#D6201C'

red 214 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #D6201C

Tints of Harley Davidson Orange #D6201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 78.1%
G = 11.68%
B = 10.22%

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

#D6201C (or 0xD6201C) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 1C. RGB value is (214,32,28). Sum of RGB (Red+Green+Blue) = 214+32+28=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6201C is #29DFE3. Grayscale: #565656. Windows color (decimal): -2744292 or 1843414. OLE color: 1843414.

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

Color convert

RGB 214 32 28 -
CMYK 0 0.85 0.87 0.16
HSL 1.29º 0.77% 0.47% -
HSV(B) 1.29º 0.87% 0.84% -
XYZ 28.46 15.41 2.57 -
YUV 85.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 214 32 28 0 0.85 0.87 0.16 1.29 0.77 0.47
Hex D6 20 1C 0 55 57 10 1 4D 2F
Octal 326 40 34 0 125 127 20 1 115 57
Binary 11010110 100000 11100 0 1010101 1010111 10000 1 1001101 101111

Color Harmonies of #D6201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6201C

Black with #D6201C

Text Example


Text Example

White with #D6201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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