Html Css Color HEX #D1331D Harley Davidson Orange

📋 copy color: '#D1331D'

red 209 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #D1331D

Tints of Harley Davidson Orange #D1331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 72.32%
G = 17.65%
B = 10.03%

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

#D1331D (or 0xD1331D) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 1D. RGB value is (209,51,29). Sum of RGB (Red+Green+Blue) = 209+51+29=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1331D is #2ECCE2. Grayscale: #5F5F5F. Windows color (decimal): -3067107 or 1913809. OLE color: 1913809.

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

Color convert

RGB 209 51 29 -
CMYK 0 0.76 0.86 0.18
HSL 7.33º 0.76% 0.47% -
HSV(B) 7.33º 0.86% 0.82% -
XYZ 27.7 16.01 2.79 -
YUV 95.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 209 51 29 0 0.76 0.86 0.18 7.33 0.76 0.47
Hex D1 33 1D 0 4C 56 12 7 4C 2F
Octal 321 63 35 0 114 126 22 7 114 57
Binary 11010001 110011 11101 0 1001100 1010110 10010 111 1001100 101111

Color Harmonies of #D1331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1331D

Black with #D1331D

Text Example


Text Example

White with #D1331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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