Html Css Color HEX #D41C11 Harley Davidson Orange

📋 copy color: '#D41C11'

red 212 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #D41C11

Tints of Harley Davidson Orange #D41C11

RGB

 RED value IS 212 (83.2% from 255) = 82.49%

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 82.49%
G = 10.89%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41C11 (or 0xD41C11) is known color: Harley Davidson Orange. HEX triplet: D4, 1C and 11. RGB value is (212,28,17). Sum of RGB (Red+Green+Blue) = 212+28+17=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41C11 is #2BE3EE. Grayscale: #515151. Windows color (decimal): -2876399 or 1121492. OLE color: 1121492.

HSL color Cylindrical-coordinate representation of color #D41C11: hue angle of 3.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41C11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 28 17 -
CMYK 0 0.87 0.92 0.17
HSL 3.38º 0.85% 0.45% -
HSV(B) 3.38º 0.92% 0.83% -
XYZ 27.67 14.87 1.94 -
YUV 81.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 212 28 17 0 0.87 0.92 0.17 3.38 0.85 0.45
Hex D4 1C 11 0 57 5C 11 3 55 2D
Octal 324 34 21 0 127 134 21 3 125 55
Binary 11010100 11100 10001 0 1010111 1011100 10001 11 1010101 101101

Color Harmonies of #D41C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C11

Black with #D41C11

Text Example


Text Example

White with #D41C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C11; }

 p { color: rgb(212,28,17); }

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

background-color css

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

 a { background-color: rgb(212,28,17); }

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

border-color css

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

 span { border-color: rgb(212,28,17); }

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