Html Css Color HEX #D6341B Harley Davidson Orange

📋 copy color: '#D6341B'

red 214 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #D6341B

Tints of Harley Davidson Orange #D6341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 73.04%
G = 17.75%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6341B (or 0xD6341B) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 1B. RGB value is (214,52,27). Sum of RGB (Red+Green+Blue) = 214+52+27=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6341B is #29CBE4. Grayscale: #616161. Windows color (decimal): -2739173 or 1782998. OLE color: 1782998.

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

Color convert

RGB 214 52 27 -
CMYK 0 0.76 0.87 0.16
HSL 8.02º 0.78% 0.47% -
HSV(B) 8.02º 0.87% 0.84% -
XYZ 29.16 16.83 2.75 -
YUV 97.59 88.17 211.03 -
System Red Green Blue C M Y K H S L
Decimal 214 52 27 0 0.76 0.87 0.16 8.02 0.78 0.47
Hex D6 34 1B 0 4C 57 10 8 4E 2F
Octal 326 64 33 0 114 127 20 10 116 57
Binary 11010110 110100 11011 0 1001100 1010111 10000 1000 1001110 101111

Color Harmonies of #D6341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6341B

Black with #D6341B

Text Example


Text Example

White with #D6341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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