Html Css Color HEX #D12F11 Harley Davidson Orange

📋 copy color: '#D12F11'

red 209 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #D12F11

Tints of Harley Davidson Orange #D12F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 76.56%
G = 17.22%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12F11 (or 0xD12F11) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 11. RGB value is (209,47,17). Sum of RGB (Red+Green+Blue) = 209+47+17=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F11 is #2ED0EE. Grayscale: #5C5C5C. Windows color (decimal): -3068143 or 1126353. OLE color: 1126353.

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

Color convert

RGB 209 47 17 -
CMYK 0 0.78 0.92 0.18
HSL 9.38º 0.85% 0.44% -
HSV(B) 9.38º 0.92% 0.82% -
XYZ 27.41 15.63 2.1 -
YUV 92.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 209 47 17 0 0.78 0.92 0.18 9.38 0.85 0.44
Hex D1 2F 11 0 4E 5C 12 9 55 2C
Octal 321 57 21 0 116 134 22 11 125 54
Binary 11010001 101111 10001 0 1001110 1011100 10010 1001 1010101 101100

Color Harmonies of #D12F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F11

Black with #D12F11

Text Example


Text Example

White with #D12F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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