Html Css Color HEX #D1331E Harley Davidson Orange

📋 copy color: '#D1331E'

red 209 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #D1331E

Tints of Harley Davidson Orange #D1331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 72.07%
G = 17.59%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1331E (or 0xD1331E) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 1E. RGB value is (209,51,30). Sum of RGB (Red+Green+Blue) = 209+51+30=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1331E is #2ECCE1. Grayscale: #606060. Windows color (decimal): -3067106 or 1979345. OLE color: 1979345.

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

Color convert

RGB 209 51 30 -
CMYK 0 0.76 0.86 0.18
HSL 7.04º 0.75% 0.47% -
HSV(B) 7.04º 0.86% 0.82% -
XYZ 27.71 16.02 2.86 -
YUV 95.85 90.85 208.71 -
System Red Green Blue C M Y K H S L
Decimal 209 51 30 0 0.76 0.86 0.18 7.04 0.75 0.47
Hex D1 33 1E 0 4C 56 12 7 4B 2F
Octal 321 63 36 0 114 126 22 7 113 57
Binary 11010001 110011 11110 0 1001100 1010110 10010 111 1001011 101111

Color Harmonies of #D1331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1331E

Black with #D1331E

Text Example


Text Example

White with #D1331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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