Html Css Color HEX #D1321E Harley Davidson Orange

📋 copy color: '#D1321E'

red 209 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #D1321E

Tints of Harley Davidson Orange #D1321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 72.32%
G = 17.3%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1321E (or 0xD1321E) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 1E. RGB value is (209,50,30). Sum of RGB (Red+Green+Blue) = 209+50+30=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1321E is #2ECDE1. Grayscale: #5F5F5F. Windows color (decimal): -3067362 or 1979089. OLE color: 1979089.

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

Color convert

RGB 209 50 30 -
CMYK 0 0.76 0.86 0.18
HSL 6.7º 0.75% 0.47% -
HSV(B) 6.7º 0.86% 0.82% -
XYZ 27.67 15.93 2.84 -
YUV 95.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 209 50 30 0 0.76 0.86 0.18 6.7 0.75 0.47
Hex D1 32 1E 0 4C 56 12 7 4B 2F
Octal 321 62 36 0 114 126 22 7 113 57
Binary 11010001 110010 11110 0 1001100 1010110 10010 111 1001011 101111

Color Harmonies of #D1321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1321E

Black with #D1321E

Text Example


Text Example

White with #D1321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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