Html Css Color HEX #D12815 Harley Davidson Orange

📋 copy color: '#D12815'

red 209 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #D12815

Tints of Harley Davidson Orange #D12815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 77.41%
G = 14.81%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12815 (or 0xD12815) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 15. RGB value is (209,40,21). Sum of RGB (Red+Green+Blue) = 209+40+21=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D12815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12815 is #2ED7EA. Grayscale: #585858. Windows color (decimal): -3069931 or 1386705. OLE color: 1386705.

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

Color convert

RGB 209 40 21 -
CMYK 0 0.81 0.90 0.18
HSL 6.06º 0.82% 0.45% -
HSV(B) 6.06º 0.9% 0.82% -
XYZ 27.19 15.13 2.2 -
YUV 88.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 209 40 21 0 0.81 0.90 0.18 6.06 0.82 0.45
Hex D1 28 15 0 51 5A 12 6 52 2D
Octal 321 50 25 0 121 132 22 6 122 55
Binary 11010001 101000 10101 0 1010001 1011010 10010 110 1010010 101101

Color Harmonies of #D12815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12815

Black with #D12815

Text Example


Text Example

White with #D12815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12815; }

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

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

background-color css

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

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

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

border-color css

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

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

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