Html Css Color HEX #D41C10 Harley Davidson Orange

📋 copy color: '#D41C10'

red 212 ◦ green 28 ◦ blue 16

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

Shades of Harley Davidson Orange #D41C10

Tints of Harley Davidson Orange #D41C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 82.81%
G = 10.94%
B = 6.25%

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

#D41C10 (or 0xD41C10) is known color: Harley Davidson Orange. HEX triplet: D4, 1C and 10. RGB value is (212,28,16). Sum of RGB (Red+Green+Blue) = 212+28+16=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41C10 is #2BE3EF. Grayscale: #515151. Windows color (decimal): -2876400 or 1055956. OLE color: 1055956.

HSL color Cylindrical-coordinate representation of color #D41C10: hue angle of 3.67º degrees, saturation: 0.86, 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 #D41C10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 28 16 -
CMYK 0 0.87 0.92 0.17
HSL 3.67º 0.86% 0.45% -
HSV(B) 3.67º 0.92% 0.83% -
XYZ 27.66 14.86 1.9 -
YUV 81.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 212 28 16 0 0.87 0.92 0.17 3.67 0.86 0.45
Hex D4 1C 10 0 57 5C 11 4 56 2D
Octal 324 34 20 0 127 134 21 4 126 55
Binary 11010100 11100 10000 0 1010111 1011100 10001 100 1010110 101101

Color Harmonies of #D41C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C10

Black with #D41C10

Text Example


Text Example

White with #D41C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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