Html Css Color HEX #D71812 Harley Davidson Orange

📋 copy color: '#D71812'

red 215 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #D71812

Tints of Harley Davidson Orange #D71812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 83.66%
G = 9.34%
B = 7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D71812 (or 0xD71812) is known color: Harley Davidson Orange. HEX triplet: D7, 18 and 12. RGB value is (215,24,18). Sum of RGB (Red+Green+Blue) = 215+24+18=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71812 is #28E7ED. Grayscale: #505050. Windows color (decimal): -2680814 or 1186007. OLE color: 1186007.

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

Color convert

RGB 215 24 18 -
CMYK 0 0.89 0.92 0.16
HSL 1.83º 0.85% 0.46% -
HSV(B) 1.83º 0.92% 0.84% -
XYZ 28.46 15.14 2 -
YUV 80.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 215 24 18 0 0.89 0.92 0.16 1.83 0.85 0.46
Hex D7 18 12 0 59 5C 10 2 55 2E
Octal 327 30 22 0 131 134 20 2 125 56
Binary 11010111 11000 10010 0 1011001 1011100 10000 10 1010101 101110

Color Harmonies of #D71812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71812

Black with #D71812

Text Example


Text Example

White with #D71812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71812; }

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

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

background-color css

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

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

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

border-color css

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

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

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