Html Css Color HEX #D1481E Harley Davidson Orange

📋 copy color: '#D1481E'

red 209 ◦ green 72 ◦ blue 30

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

Shades of Harley Davidson Orange #D1481E

Tints of Harley Davidson Orange #D1481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 67.2%
G = 23.15%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1481E (or 0xD1481E) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 1E. RGB value is (209,72,30). Sum of RGB (Red+Green+Blue) = 209+72+30=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1481E is #2EB7E1. Grayscale: #6C6C6C. Windows color (decimal): -3061730 or 1984721. OLE color: 1984721.

HSL color Cylindrical-coordinate representation of color #D1481E: hue angle of 14.08º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1481E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 30 -
CMYK 0 0.66 0.86 0.18
HSL 14.08º 0.75% 0.47% -
HSV(B) 14.08º 0.86% 0.82% -
XYZ 28.85 18.28 3.24 -
YUV 108.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 209 72 30 0 0.66 0.86 0.18 14.08 0.75 0.47
Hex D1 48 1E 0 42 56 12 E 4B 2F
Octal 321 110 36 0 102 126 22 16 113 57
Binary 11010001 1001000 11110 0 1000010 1010110 10010 1110 1001011 101111

Color Harmonies of #D1481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1481E

Black with #D1481E

Text Example


Text Example

White with #D1481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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