Html Css Color HEX #D6260E Harley Davidson Orange

📋 copy color: '#D6260E'

red 214 ◦ green 38 ◦ blue 14

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

Shades of Harley Davidson Orange #D6260E

Tints of Harley Davidson Orange #D6260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 80.45%
G = 14.29%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6260E (or 0xD6260E) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 0E. RGB value is (214,38,14). Sum of RGB (Red+Green+Blue) = 214+38+14=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6260E is #29D9F1. Grayscale: #585858. Windows color (decimal): -2742770 or 927446. OLE color: 927446.

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

Color convert

RGB 214 38 14 -
CMYK 0 0.82 0.93 0.16
HSL 7.2º 0.88% 0.45% -
HSV(B) 7.2º 0.93% 0.84% -
XYZ 28.5 15.71 1.95 -
YUV 87.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 214 38 14 0 0.82 0.93 0.16 7.2 0.88 0.45
Hex D6 26 E 0 52 5D 10 7 58 2D
Octal 326 46 16 0 122 135 20 7 130 55
Binary 11010110 100110 1110 0 1010010 1011101 10000 111 1011000 101101

Color Harmonies of #D6260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6260E

Black with #D6260E

Text Example


Text Example

White with #D6260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6260E; }

 p { color: rgb(214,38,14); }

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

background-color css

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

 a { background-color: rgb(214,38,14); }

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

border-color css

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

 span { border-color: rgb(214,38,14); }

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