Html Css Color HEX #D12C11 Harley Davidson Orange

📋 copy color: '#D12C11'

red 209 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #D12C11

Tints of Harley Davidson Orange #D12C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 77.41%
G = 16.3%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12C11 (or 0xD12C11) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 11. RGB value is (209,44,17). Sum of RGB (Red+Green+Blue) = 209+44+17=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C11 is #2ED3EE. Grayscale: #5A5A5A. Windows color (decimal): -3068911 or 1125585. OLE color: 1125585.

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

Color convert

RGB 209 44 17 -
CMYK 0 0.79 0.92 0.18
HSL 8.44º 0.85% 0.44% -
HSV(B) 8.44º 0.92% 0.82% -
XYZ 27.3 15.4 2.06 -
YUV 90.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 209 44 17 0 0.79 0.92 0.18 8.44 0.85 0.44
Hex D1 2C 11 0 4F 5C 12 8 55 2C
Octal 321 54 21 0 117 134 22 10 125 54
Binary 11010001 101100 10001 0 1001111 1011100 10010 1000 1010101 101100

Color Harmonies of #D12C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C11

Black with #D12C11

Text Example


Text Example

White with #D12C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C11; }

 p { color: rgb(209,44,17); }

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

background-color css

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

 a { background-color: rgb(209,44,17); }

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

border-color css

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

 span { border-color: rgb(209,44,17); }

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