Html Css Color HEX #D51D10 Harley Davidson Orange

📋 copy color: '#D51D10'

red 213 ◦ green 29 ◦ blue 16

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

Shades of Harley Davidson Orange #D51D10

Tints of Harley Davidson Orange #D51D10

RGB

 RED value IS 213 (83.59% from 255) = 82.56%

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 82.56%
G = 11.24%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51D10 (or 0xD51D10) is known color: Harley Davidson Orange. HEX triplet: D5, 1D and 10. RGB value is (213,29,16). Sum of RGB (Red+Green+Blue) = 213+29+16=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51D10 is #2AE2EF. Grayscale: #525252. Windows color (decimal): -2810608 or 1056213. OLE color: 1056213.

HSL color Cylindrical-coordinate representation of color #D51D10: hue angle of 3.96º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51D10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 16 -
CMYK 0 0.86 0.92 0.16
HSL 3.96º 0.86% 0.45% -
HSV(B) 3.96º 0.92% 0.84% -
XYZ 27.97 15.06 1.92 -
YUV 82.53 90.46 221.06 -
System Red Green Blue C M Y K H S L
Decimal 213 29 16 0 0.86 0.92 0.16 3.96 0.86 0.45
Hex D5 1D 10 0 56 5C 10 4 56 2D
Octal 325 35 20 0 126 134 20 4 126 55
Binary 11010101 11101 10000 0 1010110 1011100 10000 100 1010110 101101

Color Harmonies of #D51D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D10

Black with #D51D10

Text Example


Text Example

White with #D51D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D10; }

 p { color: rgb(213,29,16); }

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

background-color css

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

 a { background-color: rgb(213,29,16); }

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

border-color css

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

 span { border-color: rgb(213,29,16); }

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