Html Css Color HEX #D8290C Harley Davidson Orange

📋 copy color: '#D8290C'

red 216 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #D8290C

Tints of Harley Davidson Orange #D8290C

RGB

 RED value IS 216 (84.77% from 255) = 80.3%

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 80.3%
G = 15.24%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8290C (or 0xD8290C) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 0C. RGB value is (216,41,12). Sum of RGB (Red+Green+Blue) = 216+41+12=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8290C is #27D6F3. Grayscale: #5A5A5A. Windows color (decimal): -2610932 or 797144. OLE color: 797144.

HSL color Cylindrical-coordinate representation of color #D8290C: hue angle of 8.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8290C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 12 -
CMYK 0 0.81 0.94 0.15
HSL 8.53º 0.89% 0.45% -
HSV(B) 8.53º 0.94% 0.85% -
XYZ 29.18 16.21 1.94 -
YUV 90.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 216 41 12 0 0.81 0.94 0.15 8.53 0.89 0.45
Hex D8 29 C 0 51 5E F 9 59 2D
Octal 330 51 14 0 121 136 17 11 131 55
Binary 11011000 101001 1100 0 1010001 1011110 1111 1001 1011001 101101

Color Harmonies of #D8290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8290C

Black with #D8290C

Text Example


Text Example

White with #D8290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8290C; }

 p { color: rgb(216,41,12); }

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

background-color css

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

 a { background-color: rgb(216,41,12); }

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

border-color css

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

 span { border-color: rgb(216,41,12); }

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