Html Css Color HEX #D6341A Harley Davidson Orange

📋 copy color: '#D6341A'

red 214 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #D6341A

Tints of Harley Davidson Orange #D6341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 73.29%
G = 17.81%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6341A (or 0xD6341A) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 1A. RGB value is (214,52,26). Sum of RGB (Red+Green+Blue) = 214+52+26=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6341A is #29CBE5. Grayscale: #616161. Windows color (decimal): -2739174 or 1717462. OLE color: 1717462.

HSL color Cylindrical-coordinate representation of color #D6341A: hue angle of 8.3º 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 #D6341A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 26 -
CMYK 0 0.76 0.88 0.16
HSL 8.3º 0.78% 0.47% -
HSV(B) 8.3º 0.88% 0.84% -
XYZ 29.15 16.83 2.69 -
YUV 97.47 87.67 211.11 -
System Red Green Blue C M Y K H S L
Decimal 214 52 26 0 0.76 0.88 0.16 8.3 0.78 0.47
Hex D6 34 1A 0 4C 58 10 8 4E 2F
Octal 326 64 32 0 114 130 20 10 116 57
Binary 11010110 110100 11010 0 1001100 1011000 10000 1000 1001110 101111

Color Harmonies of #D6341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6341A

Black with #D6341A

Text Example


Text Example

White with #D6341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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