Html Css Color HEX #D1291C Harley Davidson Orange

📋 copy color: '#D1291C'

red 209 ◦ green 41 ◦ blue 28

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

Shades of Harley Davidson Orange #D1291C

Tints of Harley Davidson Orange #D1291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 75.18%
G = 14.75%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1291C (or 0xD1291C) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 1C. RGB value is (209,41,28). Sum of RGB (Red+Green+Blue) = 209+41+28=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1291C is #2ED6E3. Grayscale: #595959. Windows color (decimal): -3069668 or 1845713. OLE color: 1845713.

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

Color convert

RGB 209 41 28 -
CMYK 0 0.80 0.87 0.18
HSL 4.31º 0.76% 0.46% -
HSV(B) 4.31º 0.87% 0.82% -
XYZ 27.3 15.23 2.6 -
YUV 89.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 209 41 28 0 0.80 0.87 0.18 4.31 0.76 0.46
Hex D1 29 1C 0 50 57 12 4 4C 2E
Octal 321 51 34 0 120 127 22 4 114 56
Binary 11010001 101001 11100 0 1010000 1010111 10010 100 1001100 101110

Color Harmonies of #D1291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1291C

Black with #D1291C

Text Example


Text Example

White with #D1291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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