Html Css Color HEX #D12310 Harley Davidson Orange

📋 copy color: '#D12310'

red 209 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #D12310

Tints of Harley Davidson Orange #D12310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 80.38%
G = 13.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12310 (or 0xD12310) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 10. RGB value is (209,35,16). Sum of RGB (Red+Green+Blue) = 209+35+16=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D12310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12310 is #2EDCEF. Grayscale: #555555. Windows color (decimal): -3071216 or 1057745. OLE color: 1057745.

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

Color convert

RGB 209 35 16 -
CMYK 0 0.83 0.92 0.18
HSL 5.91º 0.86% 0.44% -
HSV(B) 5.91º 0.92% 0.82% -
XYZ 26.99 14.79 1.92 -
YUV 84.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 209 35 16 0 0.83 0.92 0.18 5.91 0.86 0.44
Hex D1 23 10 0 53 5C 12 6 56 2C
Octal 321 43 20 0 123 134 22 6 126 54
Binary 11010001 100011 10000 0 1010011 1011100 10010 110 1010110 101100

Color Harmonies of #D12310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12310

Black with #D12310

Text Example


Text Example

White with #D12310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12310; }

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

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

background-color css

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

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

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

border-color css

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

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

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