Html Css Color HEX #D1361C Harley Davidson Orange

📋 copy color: '#D1361C'

red 209 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #D1361C

Tints of Harley Davidson Orange #D1361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 71.82%
G = 18.56%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1361C (or 0xD1361C) is known color: Harley Davidson Orange. HEX triplet: D1, 36 and 1C. RGB value is (209,54,28). Sum of RGB (Red+Green+Blue) = 209+54+28=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1361C is #2EC9E3. Grayscale: #616161. Windows color (decimal): -3066340 or 1849041. OLE color: 1849041.

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

Color convert

RGB 209 54 28 -
CMYK 0 0.74 0.87 0.18
HSL 8.62º 0.76% 0.46% -
HSV(B) 8.62º 0.87% 0.82% -
XYZ 27.82 16.28 2.77 -
YUV 97.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 209 54 28 0 0.74 0.87 0.18 8.62 0.76 0.46
Hex D1 36 1C 0 4A 57 12 9 4C 2E
Octal 321 66 34 0 112 127 22 11 114 56
Binary 11010001 110110 11100 0 1001010 1010111 10010 1001 1001100 101110

Color Harmonies of #D1361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1361C

Black with #D1361C

Text Example


Text Example

White with #D1361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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