Html Css Color HEX #D91515 Harley Davidson Orange

📋 copy color: '#D91515'

red 217 ◦ green 21 ◦ blue 21

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

Shades of Harley Davidson Orange #D91515

Tints of Harley Davidson Orange #D91515

RGB

 RED value IS 217 (85.16% from 255) = 83.78%

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

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

R = 83.78%
G = 8.11%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91515 (or 0xD91515) is known color: Harley Davidson Orange. HEX triplet: D9, 15 and 15. RGB value is (217,21,21). Sum of RGB (Red+Green+Blue) = 217+21+21=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D91515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91515 is #26EAEA. Grayscale: #4F4F4F. Windows color (decimal): -2550507 or 1381849. OLE color: 1381849.

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

Color convert

RGB 217 21 21 -
CMYK 0 0.90 0.90 0.15
HSL 0.82% 0.47% -
HSV(B) 0.9% 0.85% -
XYZ 29.02 15.34 2.14 -
YUV 79.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 217 21 21 0 0.90 0.90 0.15 0 0.82 0.47
Hex D9 15 15 0 5A 5A F 0 52 2F
Octal 331 25 25 0 132 132 17 0 122 57
Binary 11011001 10101 10101 0 1011010 1011010 1111 0 1010010 101111

Color Harmonies of #D91515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91515

Black with #D91515

Text Example


Text Example

White with #D91515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91515; }

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

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

background-color css

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

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

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

border-color css

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

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

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