Html Css Color HEX #D12118 Harley Davidson Orange

📋 copy color: '#D12118'

red 209 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #D12118

Tints of Harley Davidson Orange #D12118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 78.57%
G = 12.41%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12118 (or 0xD12118) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 18. RGB value is (209,33,24). Sum of RGB (Red+Green+Blue) = 209+33+24=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D12118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12118 is #2EDEE7. Grayscale: #545454. Windows color (decimal): -3071720 or 1581521. OLE color: 1581521.

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

Color convert

RGB 209 33 24 -
CMYK 0 0.84 0.89 0.18
HSL 2.92º 0.79% 0.46% -
HSV(B) 2.92º 0.89% 0.82% -
XYZ 27 14.71 2.28 -
YUV 84.6 93.81 216.73 -
System Red Green Blue C M Y K H S L
Decimal 209 33 24 0 0.84 0.89 0.18 2.92 0.79 0.46
Hex D1 21 18 0 54 59 12 3 4F 2E
Octal 321 41 30 0 124 131 22 3 117 56
Binary 11010001 100001 11000 0 1010100 1011001 10010 11 1001111 101110

Color Harmonies of #D12118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12118

Black with #D12118

Text Example


Text Example

White with #D12118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12118; }

 p { color: rgb(209,33,24); }

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

background-color css

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

 a { background-color: rgb(209,33,24); }

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

border-color css

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

 span { border-color: rgb(209,33,24); }

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