Html Css Color HEX #D6291D Harley Davidson Orange

📋 copy color: '#D6291D'

red 214 ◦ green 41 ◦ blue 29

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

Shades of Harley Davidson Orange #D6291D

Tints of Harley Davidson Orange #D6291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 75.35%
G = 14.44%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6291D (or 0xD6291D) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 1D. RGB value is (214,41,29). Sum of RGB (Red+Green+Blue) = 214+41+29=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6291D is #29D6E2. Grayscale: #5B5B5B. Windows color (decimal): -2741987 or 1911254. OLE color: 1911254.

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

Color convert

RGB 214 41 29 -
CMYK 0 0.81 0.86 0.16
HSL 3.89º 0.76% 0.48% -
HSV(B) 3.89º 0.86% 0.84% -
XYZ 28.75 15.97 2.73 -
YUV 91.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 214 41 29 0 0.81 0.86 0.16 3.89 0.76 0.48
Hex D6 29 1D 0 51 56 10 4 4C 30
Octal 326 51 35 0 121 126 20 4 114 60
Binary 11010110 101001 11101 0 1010001 1010110 10000 100 1001100 110000

Color Harmonies of #D6291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6291D

Black with #D6291D

Text Example


Text Example

White with #D6291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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