Html Css Color HEX #D6411C Harley Davidson Orange

📋 copy color: '#D6411C'

red 214 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #D6411C

Tints of Harley Davidson Orange #D6411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 69.71%
G = 21.17%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6411C (or 0xD6411C) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 1C. RGB value is (214,65,28). Sum of RGB (Red+Green+Blue) = 214+65+28=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6411C is #29BEE3. Grayscale: #696969. Windows color (decimal): -2735844 or 1851862. OLE color: 1851862.

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

Color convert

RGB 214 65 28 -
CMYK 0 0.70 0.87 0.16
HSL 11.94º 0.77% 0.47% -
HSV(B) 11.94º 0.87% 0.84% -
XYZ 29.83 18.16 3.03 -
YUV 105.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 214 65 28 0 0.70 0.87 0.16 11.94 0.77 0.47
Hex D6 41 1C 0 46 57 10 C 4D 2F
Octal 326 101 34 0 106 127 20 14 115 57
Binary 11010110 1000001 11100 0 1000110 1010111 10000 1100 1001101 101111

Color Harmonies of #D6411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6411C

Black with #D6411C

Text Example


Text Example

White with #D6411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6411C; }

 p { color: rgb(214,65,28); }

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

background-color css

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

 a { background-color: rgb(214,65,28); }

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

border-color css

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

 span { border-color: rgb(214,65,28); }

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