Html Css Color HEX #D12819 Harley Davidson Orange

📋 copy color: '#D12819'

red 209 ◦ green 40 ◦ blue 25

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

Shades of Harley Davidson Orange #D12819

Tints of Harley Davidson Orange #D12819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 76.28%
G = 14.6%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12819 (or 0xD12819) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 19. RGB value is (209,40,25). Sum of RGB (Red+Green+Blue) = 209+40+25=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D12819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12819 is #2ED7E6. Grayscale: #595959. Windows color (decimal): -3069927 or 1648849. OLE color: 1648849.

HSL color Cylindrical-coordinate representation of color #D12819: hue angle of 4.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D12819 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 25 -
CMYK 0 0.81 0.88 0.18
HSL 4.89º 0.79% 0.46% -
HSV(B) 4.89º 0.88% 0.82% -
XYZ 27.23 15.14 2.41 -
YUV 88.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 209 40 25 0 0.81 0.88 0.18 4.89 0.79 0.46
Hex D1 28 19 0 51 58 12 5 4F 2E
Octal 321 50 31 0 121 130 22 5 117 56
Binary 11010001 101000 11001 0 1010001 1011000 10010 101 1001111 101110

Color Harmonies of #D12819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12819

Black with #D12819

Text Example


Text Example

White with #D12819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12819; }

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

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

background-color css

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

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

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

border-color css

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

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

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