Html Css Color HEX #C6321E Harley Davidson Orange

📋 copy color: '#C6321E'

red 198 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #C6321E

Tints of Harley Davidson Orange #C6321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 71.22%
G = 17.99%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6321E (or 0xC6321E) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 1E. RGB value is (198,50,30). Sum of RGB (Red+Green+Blue) = 198+50+30=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6321E is #39CDE1. Grayscale: #5C5C5C. Windows color (decimal): -3788258 or 1979078. OLE color: 1979078.

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

Color convert

RGB 198 50 30 -
CMYK 0 0.75 0.85 0.22
HSL 7.14º 0.74% 0.45% -
HSV(B) 7.14º 0.85% 0.78% -
XYZ 24.66 14.38 2.7 -
YUV 91.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 198 50 30 0 0.75 0.85 0.22 7.14 0.74 0.45
Hex C6 32 1E 0 4B 55 16 7 4A 2D
Octal 306 62 36 0 113 125 26 7 112 55
Binary 11000110 110010 11110 0 1001011 1010101 10110 111 1001010 101101

Color Harmonies of #C6321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6321E

Black with #C6321E

Text Example


Text Example

White with #C6321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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