Html Css Color HEX #D12115 Harley Davidson Orange

📋 copy color: '#D12115'

red 209 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #D12115

Tints of Harley Davidson Orange #D12115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

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

R = 79.47%
G = 12.55%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12115 (or 0xD12115) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 15. RGB value is (209,33,21). Sum of RGB (Red+Green+Blue) = 209+33+21=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12115 is #2EDEEA. Grayscale: #545454. Windows color (decimal): -3071723 or 1384913. OLE color: 1384913.

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

Color convert

RGB 209 33 21 -
CMYK 0 0.84 0.90 0.18
HSL 3.83º 0.82% 0.45% -
HSV(B) 3.83º 0.9% 0.82% -
XYZ 26.97 14.7 2.12 -
YUV 84.26 92.31 216.98 -
System Red Green Blue C M Y K H S L
Decimal 209 33 21 0 0.84 0.90 0.18 3.83 0.82 0.45
Hex D1 21 15 0 54 5A 12 4 52 2D
Octal 321 41 25 0 124 132 22 4 122 55
Binary 11010001 100001 10101 0 1010100 1011010 10010 100 1010010 101101

Color Harmonies of #D12115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12115

Black with #D12115

Text Example


Text Example

White with #D12115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12115; }

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

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

background-color css

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

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

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

border-color css

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

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

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