Html Css Color HEX #D12219 Harley Davidson Orange

📋 copy color: '#D12219'

red 209 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #D12219

Tints of Harley Davidson Orange #D12219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 77.99%
G = 12.69%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12219 (or 0xD12219) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 19. RGB value is (209,34,25). Sum of RGB (Red+Green+Blue) = 209+34+25=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D12219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12219 is #2EDDE6. Grayscale: #555555. Windows color (decimal): -3071463 or 1647313. OLE color: 1647313.

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

Color convert

RGB 209 34 25 -
CMYK 0 0.84 0.88 0.18
HSL 2.93º 0.79% 0.46% -
HSV(B) 2.93º 0.88% 0.82% -
XYZ 27.04 14.77 2.35 -
YUV 85.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 209 34 25 0 0.84 0.88 0.18 2.93 0.79 0.46
Hex D1 22 19 0 54 58 12 3 4F 2E
Octal 321 42 31 0 124 130 22 3 117 56
Binary 11010001 100010 11001 0 1010100 1011000 10010 11 1001111 101110

Color Harmonies of #D12219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12219

Black with #D12219

Text Example


Text Example

White with #D12219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12219; }

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

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

background-color css

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

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

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

border-color css

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

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

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