Html Css Color HEX #D12316 Harley Davidson Orange

📋 copy color: '#D12316'

red 209 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #D12316

Tints of Harley Davidson Orange #D12316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 78.57%
G = 13.16%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12316 (or 0xD12316) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 16. RGB value is (209,35,22). Sum of RGB (Red+Green+Blue) = 209+35+22=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D12316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12316 is #2EDCE9. Grayscale: #555555. Windows color (decimal): -3071210 or 1450961. OLE color: 1450961.

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

Color convert

RGB 209 35 22 -
CMYK 0 0.83 0.89 0.18
HSL 4.17º 0.81% 0.45% -
HSV(B) 4.17º 0.89% 0.82% -
XYZ 27.04 14.82 2.19 -
YUV 85.54 92.15 216.06 -
System Red Green Blue C M Y K H S L
Decimal 209 35 22 0 0.83 0.89 0.18 4.17 0.81 0.45
Hex D1 23 16 0 53 59 12 4 51 2D
Octal 321 43 26 0 123 131 22 4 121 55
Binary 11010001 100011 10110 0 1010011 1011001 10010 100 1010001 101101

Color Harmonies of #D12316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12316

Black with #D12316

Text Example


Text Example

White with #D12316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12316; }

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

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

background-color css

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

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

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

border-color css

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

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

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