Html Css Color HEX #C60346 Crimson

📋 copy color: '#C60346'

red 198 ◦ green 3 ◦ blue 70

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

Shades of Crimson #C60346

Tints of Crimson #C60346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 73.06%
G = 1.11%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C60346 (or 0xC60346) is known color: Crimson. HEX triplet: C6, 03 and 46. RGB value is (198,3,70). Sum of RGB (Red+Green+Blue) = 198+3+70=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C60346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60346 is #39FCB9. Grayscale: #444444. Windows color (decimal): -3800250 or 4588486. OLE color: 4588486.

HSL color Cylindrical-coordinate representation of color #C60346: hue angle of 339.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60346 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 70 -
CMYK 0 0.98 0.65 0.22
HSL 339.38º 0.97% 0.39% -
HSV(B) 339.38º 0.98% 0.78% -
XYZ 24.43 12.51 6.92 -
YUV 68.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 198 3 70 0 0.98 0.65 0.22 339.38 0.97 0.39
Hex C6 3 46 0 62 41 16 153 61 27
Octal 306 3 106 0 142 101 26 523 141 47
Binary 11000110 11 1000110 0 1100010 1000001 10110 101010011 1100001 100111

Color Harmonies of #C60346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60346

Black with #C60346

Text Example


Text Example

White with #C60346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60346; }

 p { color: rgb(198,3,70); }

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

background-color css

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

 a { background-color: rgb(198,3,70); }

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

border-color css

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

 span { border-color: rgb(198,3,70); }

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