Html Css Color HEX #D91912 Harley Davidson Orange

📋 copy color: '#D91912'

red 217 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D91912

Tints of Harley Davidson Orange #D91912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 83.46%
G = 9.62%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D91912 (or 0xD91912) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 12. RGB value is (217,25,18). Sum of RGB (Red+Green+Blue) = 217+25+18=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D91912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91912 is #26E6ED. Grayscale: #515151. Windows color (decimal): -2549486 or 1186265. OLE color: 1186265.

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

Color convert

RGB 217 25 18 -
CMYK 0 0.88 0.92 0.15
HSL 2.11º 0.85% 0.46% -
HSV(B) 2.11º 0.92% 0.85% -
XYZ 29.07 15.49 2.03 -
YUV 81.61 92.11 224.57 -
System Red Green Blue C M Y K H S L
Decimal 217 25 18 0 0.88 0.92 0.15 2.11 0.85 0.46
Hex D9 19 12 0 58 5C F 2 55 2E
Octal 331 31 22 0 130 134 17 2 125 56
Binary 11011001 11001 10010 0 1011000 1011100 1111 10 1010101 101110

Color Harmonies of #D91912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91912

Black with #D91912

Text Example


Text Example

White with #D91912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91912; }

 p { color: rgb(217,25,18); }

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

background-color css

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

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

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

border-color css

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

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

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