Html Css Color HEX #D71515 Harley Davidson Orange

📋 copy color: '#D71515'

red 215 ◦ green 21 ◦ blue 21

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

Shades of Harley Davidson Orange #D71515

Tints of Harley Davidson Orange #D71515

RGB

 RED value IS 215 (84.38% from 255) = 83.66%

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 83.66%
G = 8.17%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71515 (or 0xD71515) is known color: Harley Davidson Orange. HEX triplet: D7, 15 and 15. RGB value is (215,21,21). Sum of RGB (Red+Green+Blue) = 215+21+21=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71515 is #28EAEA. Grayscale: #4F4F4F. Windows color (decimal): -2681579 or 1381847. OLE color: 1381847.

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

Color convert

RGB 215 21 21 -
CMYK 0 0.90 0.90 0.16
HSL 0.82% 0.46% -
HSV(B) 0.9% 0.84% -
XYZ 28.43 15.04 2.11 -
YUV 79.01 95.27 225 -
System Red Green Blue C M Y K H S L
Decimal 215 21 21 0 0.90 0.90 0.16 0 0.82 0.46
Hex D7 15 15 0 5A 5A 10 0 52 2E
Octal 327 25 25 0 132 132 20 0 122 56
Binary 11010111 10101 10101 0 1011010 1011010 10000 0 1010010 101110

Color Harmonies of #D71515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71515

Black with #D71515

Text Example


Text Example

White with #D71515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71515; }

 p { color: rgb(215,21,21); }

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

background-color css

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

 a { background-color: rgb(215,21,21); }

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

border-color css

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

 span { border-color: rgb(215,21,21); }

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