Html Css Color HEX #D6290C Harley Davidson Orange

📋 copy color: '#D6290C'

red 214 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #D6290C

Tints of Harley Davidson Orange #D6290C

RGB

 RED value IS 214 (83.98% from 255) = 80.15%

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

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

R = 80.15%
G = 15.36%
B = 4.49%

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

#D6290C (or 0xD6290C) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 0C. RGB value is (214,41,12). Sum of RGB (Red+Green+Blue) = 214+41+12=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D6290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6290C is #29D6F3. Grayscale: #595959. Windows color (decimal): -2742004 or 797142. OLE color: 797142.

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

Color convert

RGB 214 41 12 -
CMYK 0 0.81 0.94 0.16
HSL 8.61º 0.89% 0.44% -
HSV(B) 8.61º 0.94% 0.84% -
XYZ 28.59 15.91 1.91 -
YUV 89.42 84.31 216.86 -
System Red Green Blue C M Y K H S L
Decimal 214 41 12 0 0.81 0.94 0.16 8.61 0.89 0.44
Hex D6 29 C 0 51 5E 10 9 59 2C
Octal 326 51 14 0 121 136 20 11 131 54
Binary 11010110 101001 1100 0 1010001 1011110 10000 1001 1011001 101100

Color Harmonies of #D6290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6290C

Black with #D6290C

Text Example


Text Example

White with #D6290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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