Html Css Color HEX #C60547 Crimson

📋 copy color: '#C60547'

red 198 ◦ green 5 ◦ blue 71

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

Shades of Crimson #C60547

Tints of Crimson #C60547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 72.26%
G = 1.82%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C60547 (or 0xC60547) is known color: Crimson. HEX triplet: C6, 05 and 47. RGB value is (198,5,71). Sum of RGB (Red+Green+Blue) = 198+5+71=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C60547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60547 is #39FAB8. Grayscale: #464646. Windows color (decimal): -3799737 or 4654534. OLE color: 4654534.

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

Color convert

RGB 198 5 71 -
CMYK 0 0.97 0.64 0.22
HSL 339.48º 0.95% 0.4% -
HSV(B) 339.48º 0.97% 0.78% -
XYZ 24.48 12.57 7.1 -
YUV 70.23 128.44 219.13 -
System Red Green Blue C M Y K H S L
Decimal 198 5 71 0 0.97 0.64 0.22 339.48 0.95 0.4
Hex C6 5 47 0 61 40 16 153 5F 28
Octal 306 5 107 0 141 100 26 523 137 50
Binary 11000110 101 1000111 0 1100001 1000000 10110 101010011 1011111 101000

Color Harmonies of #C60547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60547

Black with #C60547

Text Example


Text Example

White with #C60547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60547; }

 p { color: rgb(198,5,71); }

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

background-color css

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

 a { background-color: rgb(198,5,71); }

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

border-color css

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

 span { border-color: rgb(198,5,71); }

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