Html Css Color HEX #D11615 Harley Davidson Orange

📋 copy color: '#D11615'

red 209 ◦ green 22 ◦ blue 21

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

Shades of Harley Davidson Orange #D11615

Tints of Harley Davidson Orange #D11615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 82.94%
G = 8.73%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11615 (or 0xD11615) is known color: Harley Davidson Orange. HEX triplet: D1, 16 and 15. RGB value is (209,22,21). Sum of RGB (Red+Green+Blue) = 209+22+21=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D11615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11615 is #2EE9EA. Grayscale: #4D4D4D. Windows color (decimal): -3074539 or 1382097. OLE color: 1382097.

HSL color Cylindrical-coordinate representation of color #D11615: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11615 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 21 -
CMYK 0 0.89 0.90 0.18
HSL 0.32º 0.82% 0.45% -
HSV(B) 0.32º 0.9% 0.82% -
XYZ 26.72 14.18 2.04 -
YUV 77.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 209 22 21 0 0.89 0.90 0.18 0.32 0.82 0.45
Hex D1 16 15 0 59 5A 12 0 52 2D
Octal 321 26 25 0 131 132 22 0 122 55
Binary 11010001 10110 10101 0 1011001 1011010 10010 0 1010010 101101

Color Harmonies of #D11615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11615

Black with #D11615

Text Example


Text Example

White with #D11615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11615; }

 p { color: rgb(209,22,21); }

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

background-color css

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

 a { background-color: rgb(209,22,21); }

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

border-color css

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

 span { border-color: rgb(209,22,21); }

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