Html Css Color HEX #D6321F Harley Davidson Orange

📋 copy color: '#D6321F'

red 214 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #D6321F

Tints of Harley Davidson Orange #D6321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 72.54%
G = 16.95%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6321F (or 0xD6321F) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 1F. RGB value is (214,50,31). Sum of RGB (Red+Green+Blue) = 214+50+31=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6321F is #29CDE0. Grayscale: #616161. Windows color (decimal): -2739681 or 2044630. OLE color: 2044630.

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

Color convert

RGB 214 50 31 -
CMYK 0 0.77 0.86 0.16
HSL 6.23º 0.75% 0.48% -
HSV(B) 6.23º 0.86% 0.84% -
XYZ 29.12 16.68 2.98 -
YUV 96.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 214 50 31 0 0.77 0.86 0.16 6.23 0.75 0.48
Hex D6 32 1F 0 4D 56 10 6 4B 30
Octal 326 62 37 0 115 126 20 6 113 60
Binary 11010110 110010 11111 0 1001101 1010110 10000 110 1001011 110000

Color Harmonies of #D6321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6321F

Black with #D6321F

Text Example


Text Example

White with #D6321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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