Html Css Color HEX #D51714 Harley Davidson Orange

📋 copy color: '#D51714'

red 213 ◦ green 23 ◦ blue 20

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

Shades of Harley Davidson Orange #D51714

Tints of Harley Davidson Orange #D51714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 83.2%
G = 8.98%
B = 7.81%

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

#D51714 (or 0xD51714) is known color: Harley Davidson Orange. HEX triplet: D5, 17 and 14. RGB value is (213,23,20). Sum of RGB (Red+Green+Blue) = 213+23+20=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D51714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51714 is #2AE8EB. Grayscale: #4F4F4F. Windows color (decimal): -2812140 or 1316821. OLE color: 1316821.

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

Color convert

RGB 213 23 20 -
CMYK 0 0.89 0.91 0.16
HSL 0.93º 0.83% 0.46% -
HSV(B) 0.93º 0.91% 0.84% -
XYZ 27.87 14.81 2.05 -
YUV 79.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 213 23 20 0 0.89 0.91 0.16 0.93 0.83 0.46
Hex D5 17 14 0 59 5B 10 1 53 2E
Octal 325 27 24 0 131 133 20 1 123 56
Binary 11010101 10111 10100 0 1011001 1011011 10000 1 1010011 101110

Color Harmonies of #D51714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51714

Black with #D51714

Text Example


Text Example

White with #D51714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51714; }

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

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

background-color css

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

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

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

border-color css

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

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

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