Html Css Color HEX #D1461A Harley Davidson Orange

📋 copy color: '#D1461A'

red 209 ◦ green 70 ◦ blue 26

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

Shades of Harley Davidson Orange #D1461A

Tints of Harley Davidson Orange #D1461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 68.52%
G = 22.95%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1461A (or 0xD1461A) is known color: Harley Davidson Orange. HEX triplet: D1, 46 and 1A. RGB value is (209,70,26). Sum of RGB (Red+Green+Blue) = 209+70+26=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1461A is #2EB9E5. Grayscale: #6A6A6A. Windows color (decimal): -3062246 or 1722065. OLE color: 1722065.

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

Color convert

RGB 209 70 26 -
CMYK 0 0.67 0.88 0.18
HSL 14.43º 0.78% 0.46% -
HSV(B) 14.43º 0.88% 0.82% -
XYZ 28.67 18.01 2.94 -
YUV 106.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 209 70 26 0 0.67 0.88 0.18 14.43 0.78 0.46
Hex D1 46 1A 0 43 58 12 E 4E 2E
Octal 321 106 32 0 103 130 22 16 116 56
Binary 11010001 1000110 11010 0 1000011 1011000 10010 1110 1001110 101110

Color Harmonies of #D1461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1461A

Black with #D1461A

Text Example


Text Example

White with #D1461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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