Html Css Color HEX #D51713 Harley Davidson Orange

📋 copy color: '#D51713'

red 213 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D51713

Tints of Harley Davidson Orange #D51713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 83.53%
G = 9.02%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D51713 (or 0xD51713) is known color: Harley Davidson Orange. HEX triplet: D5, 17 and 13. RGB value is (213,23,19). Sum of RGB (Red+Green+Blue) = 213+23+19=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D51713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51713 is #2AE8EC. Grayscale: #4F4F4F. Windows color (decimal): -2812141 or 1251285. OLE color: 1251285.

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

Color convert

RGB 213 23 19 -
CMYK 0 0.89 0.91 0.16
HSL 1.24º 0.84% 0.45% -
HSV(B) 1.24º 0.91% 0.84% -
XYZ 27.86 14.81 2.01 -
YUV 79.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 213 23 19 0 0.89 0.91 0.16 1.24 0.84 0.45
Hex D5 17 13 0 59 5B 10 1 54 2D
Octal 325 27 23 0 131 133 20 1 124 55
Binary 11010101 10111 10011 0 1011001 1011011 10000 1 1010100 101101

Color Harmonies of #D51713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51713

Black with #D51713

Text Example


Text Example

White with #D51713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51713; }

 p { color: rgb(213,23,19); }

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

background-color css

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

 a { background-color: rgb(213,23,19); }

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

border-color css

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

 span { border-color: rgb(213,23,19); }

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