Html Css Color HEX #D12015 Harley Davidson Orange

📋 copy color: '#D12015'

red 209 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #D12015

Tints of Harley Davidson Orange #D12015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

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

R = 79.77%
G = 12.21%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12015 (or 0xD12015) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 15. RGB value is (209,32,21). Sum of RGB (Red+Green+Blue) = 209+32+21=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D12015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12015 is #2EDFEA. Grayscale: #535353. Windows color (decimal): -3071979 or 1384657. OLE color: 1384657.

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

Color convert

RGB 209 32 21 -
CMYK 0 0.85 0.90 0.18
HSL 3.51º 0.82% 0.45% -
HSV(B) 3.51º 0.9% 0.82% -
XYZ 26.95 14.64 2.12 -
YUV 83.67 92.64 217.39 -
System Red Green Blue C M Y K H S L
Decimal 209 32 21 0 0.85 0.90 0.18 3.51 0.82 0.45
Hex D1 20 15 0 55 5A 12 4 52 2D
Octal 321 40 25 0 125 132 22 4 122 55
Binary 11010001 100000 10101 0 1010101 1011010 10010 100 1010010 101101

Color Harmonies of #D12015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12015

Black with #D12015

Text Example


Text Example

White with #D12015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12015; }

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

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

background-color css

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

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

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

border-color css

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

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

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