Html Css Color HEX #D71912 Harley Davidson Orange

📋 copy color: '#D71912'

red 215 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D71912

Tints of Harley Davidson Orange #D71912

RGB

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

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

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

R = 83.33%
G = 9.69%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D71912 (or 0xD71912) is known color: Harley Davidson Orange. HEX triplet: D7, 19 and 12. RGB value is (215,25,18). Sum of RGB (Red+Green+Blue) = 215+25+18=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D71912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71912 is #28E6ED. Grayscale: #515151. Windows color (decimal): -2680558 or 1186263. OLE color: 1186263.

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

Color convert

RGB 215 25 18 -
CMYK 0 0.88 0.92 0.16
HSL 2.13º 0.85% 0.46% -
HSV(B) 2.13º 0.92% 0.84% -
XYZ 28.48 15.19 2 -
YUV 81.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 215 25 18 0 0.88 0.92 0.16 2.13 0.85 0.46
Hex D7 19 12 0 58 5C 10 2 55 2E
Octal 327 31 22 0 130 134 20 2 125 56
Binary 11010111 11001 10010 0 1011000 1011100 10000 10 1010101 101110

Color Harmonies of #D71912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71912

Black with #D71912

Text Example


Text Example

White with #D71912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71912; }

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

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

background-color css

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

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

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

border-color css

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

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

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