Html Css Color HEX #D51915 Harley Davidson Orange

📋 copy color: '#D51915'

red 213 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #D51915

Tints of Harley Davidson Orange #D51915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

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

R = 82.24%
G = 9.65%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D51915 (or 0xD51915) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 15. RGB value is (213,25,21). Sum of RGB (Red+Green+Blue) = 213+25+21=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D51915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51915 is #2AE6EA. Grayscale: #505050. Windows color (decimal): -2811627 or 1382869. OLE color: 1382869.

HSL color Cylindrical-coordinate representation of color #D51915: hue angle of 1.25º 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 #D51915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 21 -
CMYK 0 0.88 0.90 0.16
HSL 1.25º 0.82% 0.46% -
HSV(B) 1.25º 0.9% 0.84% -
XYZ 27.92 14.9 2.11 -
YUV 80.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 213 25 21 0 0.88 0.90 0.16 1.25 0.82 0.46
Hex D5 19 15 0 58 5A 10 1 52 2E
Octal 325 31 25 0 130 132 20 1 122 56
Binary 11010101 11001 10101 0 1011000 1011010 10000 1 1010010 101110

Color Harmonies of #D51915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51915

Black with #D51915

Text Example


Text Example

White with #D51915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51915; }

 p { color: rgb(213,25,21); }

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

background-color css

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

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

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

border-color css

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

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

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