Html Css Color HEX #D6291A Harley Davidson Orange

📋 copy color: '#D6291A'

red 214 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #D6291A

Tints of Harley Davidson Orange #D6291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 76.16%
G = 14.59%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6291A (or 0xD6291A) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 1A. RGB value is (214,41,26). Sum of RGB (Red+Green+Blue) = 214+41+26=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6291A is #29D6E5. Grayscale: #5B5B5B. Windows color (decimal): -2741990 or 1714646. OLE color: 1714646.

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

Color convert

RGB 214 41 26 -
CMYK 0 0.81 0.88 0.16
HSL 4.79º 0.78% 0.47% -
HSV(B) 4.79º 0.88% 0.84% -
XYZ 28.71 15.96 2.54 -
YUV 91.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 214 41 26 0 0.81 0.88 0.16 4.79 0.78 0.47
Hex D6 29 1A 0 51 58 10 5 4E 2F
Octal 326 51 32 0 121 130 20 5 116 57
Binary 11010110 101001 11010 0 1010001 1011000 10000 101 1001110 101111

Color Harmonies of #D6291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6291A

Black with #D6291A

Text Example


Text Example

White with #D6291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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