Html Css Color HEX #D1301A Harley Davidson Orange

📋 copy color: '#D1301A'

red 209 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #D1301A

Tints of Harley Davidson Orange #D1301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 73.85%
G = 16.96%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1301A (or 0xD1301A) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 1A. RGB value is (209,48,26). Sum of RGB (Red+Green+Blue) = 209+48+26=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D1301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1301A is #2ECFE5. Grayscale: #5D5D5D. Windows color (decimal): -3067878 or 1716433. OLE color: 1716433.

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

Color convert

RGB 209 48 26 -
CMYK 0 0.77 0.88 0.18
HSL 7.21º 0.78% 0.46% -
HSV(B) 7.21º 0.88% 0.82% -
XYZ 27.54 15.74 2.56 -
YUV 93.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 209 48 26 0 0.77 0.88 0.18 7.21 0.78 0.46
Hex D1 30 1A 0 4D 58 12 7 4E 2E
Octal 321 60 32 0 115 130 22 7 116 56
Binary 11010001 110000 11010 0 1001101 1011000 10010 111 1001110 101110

Color Harmonies of #D1301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1301A

Black with #D1301A

Text Example


Text Example

White with #D1301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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