Html Css Color HEX #D6290B Harley Davidson Orange

📋 copy color: '#D6290B'

red 214 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #D6290B

Tints of Harley Davidson Orange #D6290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 80.45%
G = 15.41%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6290B (or 0xD6290B) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 0B. RGB value is (214,41,11). Sum of RGB (Red+Green+Blue) = 214+41+11=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6290B is #29D6F4. Grayscale: #595959. Windows color (decimal): -2742005 or 731606. OLE color: 731606.

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

Color convert

RGB 214 41 11 -
CMYK 0 0.81 0.95 0.16
HSL 8.87º 0.9% 0.44% -
HSV(B) 8.87º 0.95% 0.84% -
XYZ 28.58 15.91 1.88 -
YUV 89.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 214 41 11 0 0.81 0.95 0.16 8.87 0.9 0.44
Hex D6 29 B 0 51 5F 10 9 5A 2C
Octal 326 51 13 0 121 137 20 11 132 54
Binary 11010110 101001 1011 0 1010001 1011111 10000 1001 1011010 101100

Color Harmonies of #D6290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6290B

Black with #D6290B

Text Example


Text Example

White with #D6290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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