Html Css Color HEX #D1201E Harley Davidson Orange

📋 copy color: '#D1201E'

red 209 ◦ green 32 ◦ blue 30

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

Shades of Harley Davidson Orange #D1201E

Tints of Harley Davidson Orange #D1201E

RGB

 RED value IS 209 (82.03% from 255) = 77.12%

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 77.12%
G = 11.81%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1201E (or 0xD1201E) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 1E. RGB value is (209,32,30). Sum of RGB (Red+Green+Blue) = 209+32+30=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1201E is #2EDFE1. Grayscale: #545454. Windows color (decimal): -3071970 or 1974481. OLE color: 1974481.

HSL color Cylindrical-coordinate representation of color #D1201E: hue angle of 0.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1201E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 30 -
CMYK 0 0.85 0.86 0.18
HSL 0.67º 0.75% 0.47% -
HSV(B) 0.67º 0.86% 0.82% -
XYZ 27.05 14.68 2.64 -
YUV 84.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 209 32 30 0 0.85 0.86 0.18 0.67 0.75 0.47
Hex D1 20 1E 0 55 56 12 1 4B 2F
Octal 321 40 36 0 125 126 22 1 113 57
Binary 11010001 100000 11110 0 1010101 1010110 10010 1 1001011 101111

Color Harmonies of #D1201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1201E

Black with #D1201E

Text Example


Text Example

White with #D1201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1201E; }

 p { color: rgb(209,32,30); }

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

background-color css

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

 a { background-color: rgb(209,32,30); }

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

border-color css

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

 span { border-color: rgb(209,32,30); }

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