Html Css Color HEX #D12019 Harley Davidson Orange

📋 copy color: '#D12019'

red 209 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #D12019

Tints of Harley Davidson Orange #D12019

RGB

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

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

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

R = 78.57%
G = 12.03%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12019 (or 0xD12019) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 19. RGB value is (209,32,25). Sum of RGB (Red+Green+Blue) = 209+32+25=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D12019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12019 is #2EDFE6. Grayscale: #545454. Windows color (decimal): -3071975 or 1646801. OLE color: 1646801.

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

Color convert

RGB 209 32 25 -
CMYK 0 0.85 0.88 0.18
HSL 2.28º 0.79% 0.46% -
HSV(B) 2.28º 0.88% 0.82% -
XYZ 26.99 14.66 2.33 -
YUV 84.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 209 32 25 0 0.85 0.88 0.18 2.28 0.79 0.46
Hex D1 20 19 0 55 58 12 2 4F 2E
Octal 321 40 31 0 125 130 22 2 117 56
Binary 11010001 100000 11001 0 1010101 1011000 10010 10 1001111 101110

Color Harmonies of #D12019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12019

Black with #D12019

Text Example


Text Example

White with #D12019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12019; }

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

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

background-color css

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

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

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

border-color css

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

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

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