Html Css Color HEX #D1361A Harley Davidson Orange

📋 copy color: '#D1361A'

red 209 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #D1361A

Tints of Harley Davidson Orange #D1361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 72.32%
G = 18.69%
B = 9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1361A (or 0xD1361A) is known color: Harley Davidson Orange. HEX triplet: D1, 36 and 1A. RGB value is (209,54,26). Sum of RGB (Red+Green+Blue) = 209+54+26=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1361A is #2EC9E5. Grayscale: #616161. Windows color (decimal): -3066342 or 1717969. OLE color: 1717969.

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

Color convert

RGB 209 54 26 -
CMYK 0 0.74 0.88 0.18
HSL 9.18º 0.78% 0.46% -
HSV(B) 9.18º 0.88% 0.82% -
XYZ 27.8 16.27 2.65 -
YUV 97.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 209 54 26 0 0.74 0.88 0.18 9.18 0.78 0.46
Hex D1 36 1A 0 4A 58 12 9 4E 2E
Octal 321 66 32 0 112 130 22 11 116 56
Binary 11010001 110110 11010 0 1001010 1011000 10010 1001 1001110 101110

Color Harmonies of #D1361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1361A

Black with #D1361A

Text Example


Text Example

White with #D1361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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