Html Css Color HEX #D7290C Harley Davidson Orange

📋 copy color: '#D7290C'

red 215 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #D7290C

Tints of Harley Davidson Orange #D7290C

RGB

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

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

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

R = 80.22%
G = 15.3%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7290C (or 0xD7290C) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 0C. RGB value is (215,41,12). Sum of RGB (Red+Green+Blue) = 215+41+12=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D7290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7290C is #28D6F3. Grayscale: #5A5A5A. Windows color (decimal): -2676468 or 797143. OLE color: 797143.

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

Color convert

RGB 215 41 12 -
CMYK 0 0.81 0.94 0.16
HSL 8.57º 0.89% 0.45% -
HSV(B) 8.57º 0.94% 0.84% -
XYZ 28.88 16.06 1.93 -
YUV 89.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 215 41 12 0 0.81 0.94 0.16 8.57 0.89 0.45
Hex D7 29 C 0 51 5E 10 9 59 2D
Octal 327 51 14 0 121 136 20 11 131 55
Binary 11010111 101001 1100 0 1010001 1011110 10000 1001 1011001 101101

Color Harmonies of #D7290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7290C

Black with #D7290C

Text Example


Text Example

White with #D7290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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