Html Css Color HEX #D12210 Harley Davidson Orange

📋 copy color: '#D12210'

red 209 ◦ green 34 ◦ blue 16

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

Shades of Harley Davidson Orange #D12210

Tints of Harley Davidson Orange #D12210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 80.69%
G = 13.13%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12210 (or 0xD12210) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 10. RGB value is (209,34,16). Sum of RGB (Red+Green+Blue) = 209+34+16=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D12210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12210 is #2EDDEF. Grayscale: #545454. Windows color (decimal): -3071472 or 1057489. OLE color: 1057489.

HSL color Cylindrical-coordinate representation of color #D12210: hue angle of 5.6º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D12210 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 16 -
CMYK 0 0.84 0.92 0.18
HSL 5.6º 0.86% 0.44% -
HSV(B) 5.6º 0.92% 0.82% -
XYZ 26.96 14.74 1.91 -
YUV 84.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 209 34 16 0 0.84 0.92 0.18 5.6 0.86 0.44
Hex D1 22 10 0 54 5C 12 6 56 2C
Octal 321 42 20 0 124 134 22 6 126 54
Binary 11010001 100010 10000 0 1010100 1011100 10010 110 1010110 101100

Color Harmonies of #D12210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12210

Black with #D12210

Text Example


Text Example

White with #D12210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12210; }

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

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

background-color css

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

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

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

border-color css

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

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

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