Html Css Color HEX #D6320E Harley Davidson Orange

📋 copy color: '#D6320E'

red 214 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #D6320E

Tints of Harley Davidson Orange #D6320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 76.98%
G = 17.99%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6320E (or 0xD6320E) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 0E. RGB value is (214,50,14). Sum of RGB (Red+Green+Blue) = 214+50+14=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6320E is #29CDF1. Grayscale: #5F5F5F. Windows color (decimal): -2739698 or 930518. OLE color: 930518.

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

Color convert

RGB 214 50 14 -
CMYK 0 0.77 0.93 0.16
HSL 10.8º 0.88% 0.45% -
HSV(B) 10.8º 0.93% 0.84% -
XYZ 28.95 16.61 2.1 -
YUV 94.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 214 50 14 0 0.77 0.93 0.16 10.8 0.88 0.45
Hex D6 32 E 0 4D 5D 10 B 58 2D
Octal 326 62 16 0 115 135 20 13 130 55
Binary 11010110 110010 1110 0 1001101 1011101 10000 1011 1011000 101101

Color Harmonies of #D6320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6320E

Black with #D6320E

Text Example


Text Example

White with #D6320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6320E; }

 p { color: rgb(214,50,14); }

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

background-color css

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

 a { background-color: rgb(214,50,14); }

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

border-color css

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

 span { border-color: rgb(214,50,14); }

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