Html Css Color HEX #D12416 Harley Davidson Orange

📋 copy color: '#D12416'

red 209 ◦ green 36 ◦ blue 22

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

Shades of Harley Davidson Orange #D12416

Tints of Harley Davidson Orange #D12416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 78.28%
G = 13.48%
B = 8.24%

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

#D12416 (or 0xD12416) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 16. RGB value is (209,36,22). Sum of RGB (Red+Green+Blue) = 209+36+22=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D12416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12416 is #2EDBE9. Grayscale: #565656. Windows color (decimal): -3070954 or 1451217. OLE color: 1451217.

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

Color convert

RGB 209 36 22 -
CMYK 0 0.83 0.89 0.18
HSL 4.49º 0.81% 0.45% -
HSV(B) 4.49º 0.89% 0.82% -
XYZ 27.07 14.87 2.2 -
YUV 86.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 209 36 22 0 0.83 0.89 0.18 4.49 0.81 0.45
Hex D1 24 16 0 53 59 12 4 51 2D
Octal 321 44 26 0 123 131 22 4 121 55
Binary 11010001 100100 10110 0 1010011 1011001 10010 100 1010001 101101

Color Harmonies of #D12416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12416

Black with #D12416

Text Example


Text Example

White with #D12416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12416; }

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

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

background-color css

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

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

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

border-color css

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

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

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