Html Css Color HEX #D1481C Harley Davidson Orange

📋 copy color: '#D1481C'

red 209 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D1481C

Tints of Harley Davidson Orange #D1481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

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

R = 67.64%
G = 23.3%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1481C (or 0xD1481C) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 1C. RGB value is (209,72,28). Sum of RGB (Red+Green+Blue) = 209+72+28=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1481C is #2EB7E3. Grayscale: #6C6C6C. Windows color (decimal): -3061732 or 1853649. OLE color: 1853649.

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

Color convert

RGB 209 72 28 -
CMYK 0 0.66 0.87 0.18
HSL 14.59º 0.76% 0.46% -
HSV(B) 14.59º 0.87% 0.82% -
XYZ 28.82 18.27 3.11 -
YUV 107.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 209 72 28 0 0.66 0.87 0.18 14.59 0.76 0.46
Hex D1 48 1C 0 42 57 12 F 4C 2E
Octal 321 110 34 0 102 127 22 17 114 56
Binary 11010001 1001000 11100 0 1000010 1010111 10010 1111 1001100 101110

Color Harmonies of #D1481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1481C

Black with #D1481C

Text Example


Text Example

White with #D1481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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