Html Css Color HEX #D91812 Harley Davidson Orange

📋 copy color: '#D91812'

red 217 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #D91812

Tints of Harley Davidson Orange #D91812

RGB

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

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

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

R = 83.78%
G = 9.27%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D91812 (or 0xD91812) is known color: Harley Davidson Orange. HEX triplet: D9, 18 and 12. RGB value is (217,24,18). Sum of RGB (Red+Green+Blue) = 217+24+18=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D91812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91812 is #26E7ED. Grayscale: #515151. Windows color (decimal): -2549742 or 1186009. OLE color: 1186009.

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

Color convert

RGB 217 24 18 -
CMYK 0 0.89 0.92 0.15
HSL 1.81º 0.85% 0.46% -
HSV(B) 1.81º 0.92% 0.85% -
XYZ 29.05 15.45 2.02 -
YUV 81.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 217 24 18 0 0.89 0.92 0.15 1.81 0.85 0.46
Hex D9 18 12 0 59 5C F 2 55 2E
Octal 331 30 22 0 131 134 17 2 125 56
Binary 11011001 11000 10010 0 1011001 1011100 1111 10 1010101 101110

Color Harmonies of #D91812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91812

Black with #D91812

Text Example


Text Example

White with #D91812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91812; }

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

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

background-color css

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

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

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

border-color css

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

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

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