Html Css Color HEX #D6320F Harley Davidson Orange

📋 copy color: '#D6320F'

red 214 ◦ green 50 ◦ blue 15

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

Shades of Harley Davidson Orange #D6320F

Tints of Harley Davidson Orange #D6320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 76.7%
G = 17.92%
B = 5.38%

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

#D6320F (or 0xD6320F) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 0F. RGB value is (214,50,15). Sum of RGB (Red+Green+Blue) = 214+50+15=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6320F is #29CDF0. Grayscale: #5F5F5F. Windows color (decimal): -2739697 or 996054. OLE color: 996054.

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

Color convert

RGB 214 50 15 -
CMYK 0 0.77 0.93 0.16
HSL 10.55º 0.87% 0.45% -
HSV(B) 10.55º 0.93% 0.84% -
XYZ 28.96 16.61 2.13 -
YUV 95.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 214 50 15 0 0.77 0.93 0.16 10.55 0.87 0.45
Hex D6 32 F 0 4D 5D 10 B 57 2D
Octal 326 62 17 0 115 135 20 13 127 55
Binary 11010110 110010 1111 0 1001101 1011101 10000 1011 1010111 101101

Color Harmonies of #D6320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6320F

Black with #D6320F

Text Example


Text Example

White with #D6320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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