Html Css Color HEX #C6321B Harley Davidson Orange

📋 copy color: '#C6321B'

red 198 ◦ green 50 ◦ blue 27

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

Shades of Harley Davidson Orange #C6321B

Tints of Harley Davidson Orange #C6321B

RGB

 RED value IS 198 (77.73% from 255) = 72%

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

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

R = 72%
G = 18.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6321B (or 0xC6321B) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 1B. RGB value is (198,50,27). Sum of RGB (Red+Green+Blue) = 198+50+27=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6321B is #39CDE4. Grayscale: #5B5B5B. Windows color (decimal): -3788261 or 1782470. OLE color: 1782470.

HSL color Cylindrical-coordinate representation of color #C6321B: hue angle of 8.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6321B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 27 -
CMYK 0 0.75 0.86 0.22
HSL 8.07º 0.76% 0.44% -
HSV(B) 8.07º 0.86% 0.78% -
XYZ 24.63 14.37 2.51 -
YUV 91.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 198 50 27 0 0.75 0.86 0.22 8.07 0.76 0.44
Hex C6 32 1B 0 4B 56 16 8 4C 2C
Octal 306 62 33 0 113 126 26 10 114 54
Binary 11000110 110010 11011 0 1001011 1010110 10110 1000 1001100 101100

Color Harmonies of #C6321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6321B

Black with #C6321B

Text Example


Text Example

White with #C6321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6321B; }

 p { color: rgb(198,50,27); }

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

background-color css

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

 a { background-color: rgb(198,50,27); }

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

border-color css

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

 span { border-color: rgb(198,50,27); }

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