Html Css Color HEX #D41710 Harley Davidson Orange

📋 copy color: '#D41710'

red 212 ◦ green 23 ◦ blue 16

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

Shades of Harley Davidson Orange #D41710

Tints of Harley Davidson Orange #D41710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 84.46%
G = 9.16%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41710 (or 0xD41710) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 10. RGB value is (212,23,16). Sum of RGB (Red+Green+Blue) = 212+23+16=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D41710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41710 is #2BE8EF. Grayscale: #4E4E4E. Windows color (decimal): -2877680 or 1054676. OLE color: 1054676.

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

Color convert

RGB 212 23 16 -
CMYK 0 0.89 0.92 0.17
HSL 2.14º 0.86% 0.45% -
HSV(B) 2.14º 0.92% 0.83% -
XYZ 27.55 14.65 1.87 -
YUV 78.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 212 23 16 0 0.89 0.92 0.17 2.14 0.86 0.45
Hex D4 17 10 0 59 5C 11 2 56 2D
Octal 324 27 20 0 131 134 21 2 126 55
Binary 11010100 10111 10000 0 1011001 1011100 10001 10 1010110 101101

Color Harmonies of #D41710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41710

Black with #D41710

Text Example


Text Example

White with #D41710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41710; }

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

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

background-color css

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

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

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

border-color css

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

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

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