Html Css Color HEX #D1331A Harley Davidson Orange

📋 copy color: '#D1331A'

red 209 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #D1331A

Tints of Harley Davidson Orange #D1331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 73.08%
G = 17.83%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1331A (or 0xD1331A) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 1A. RGB value is (209,51,26). Sum of RGB (Red+Green+Blue) = 209+51+26=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1331A is #2ECCE5. Grayscale: #5F5F5F. Windows color (decimal): -3067110 or 1717201. OLE color: 1717201.

HSL color Cylindrical-coordinate representation of color #D1331A: hue angle of 8.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1331A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 26 -
CMYK 0 0.76 0.88 0.18
HSL 8.2º 0.78% 0.46% -
HSV(B) 8.2º 0.88% 0.82% -
XYZ 27.66 16 2.61 -
YUV 95.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 209 51 26 0 0.76 0.88 0.18 8.2 0.78 0.46
Hex D1 33 1A 0 4C 58 12 8 4E 2E
Octal 321 63 32 0 114 130 22 10 116 56
Binary 11010001 110011 11010 0 1001100 1011000 10010 1000 1001110 101110

Color Harmonies of #D1331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1331A

Black with #D1331A

Text Example


Text Example

White with #D1331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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