Html Css Color HEX #D1271E Harley Davidson Orange

📋 copy color: '#D1271E'

red 209 ◦ green 39 ◦ blue 30

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

Shades of Harley Davidson Orange #D1271E

Tints of Harley Davidson Orange #D1271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 75.18%
G = 14.03%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1271E (or 0xD1271E) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 1E. RGB value is (209,39,30). Sum of RGB (Red+Green+Blue) = 209+39+30=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1271E is #2ED8E1. Grayscale: #595959. Windows color (decimal): -3070178 or 1976273. OLE color: 1976273.

HSL color Cylindrical-coordinate representation of color #D1271E: hue angle of 3.02º 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 #D1271E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 39 30 -
CMYK 0 0.81 0.86 0.18
HSL 3.02º 0.75% 0.47% -
HSV(B) 3.02º 0.86% 0.82% -
XYZ 27.25 15.1 2.71 -
YUV 88.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 209 39 30 0 0.81 0.86 0.18 3.02 0.75 0.47
Hex D1 27 1E 0 51 56 12 3 4B 2F
Octal 321 47 36 0 121 126 22 3 113 57
Binary 11010001 100111 11110 0 1010001 1010110 10010 11 1001011 101111

Color Harmonies of #D1271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1271E

Black with #D1271E

Text Example


Text Example

White with #D1271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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