Html Css Color HEX #C60049 Crimson

📋 copy color: '#C60049'

red 198 ◦ green 0 ◦ blue 73

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

Shades of Crimson #C60049

Tints of Crimson #C60049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 73.06%
G = 0%
B = 26.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C60049 (or 0xC60049) is known color: Crimson. HEX triplet: C6, 00 and 49. RGB value is (198,0,73). Sum of RGB (Red+Green+Blue) = 198+0+73=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C60049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60049 is #39FFB6. Grayscale: #434343. Windows color (decimal): -3801015 or 4784326. OLE color: 4784326.

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

Color convert

RGB 198 0 73 -
CMYK 0 1 0.63 0.22
HSL 337.88º 1% 0.39% -
HSV(B) 337.88º 1% 0.78% -
XYZ 24.49 12.49 7.42 -
YUV 67.52 131.1 221.06 -
System Red Green Blue C M Y K H S L
Decimal 198 0 73 0 1 0.63 0.22 337.88 1 0.39
Hex C6 0 49 0 64 3F 16 152 64 27
Octal 306 0 111 0 144 77 26 522 144 47
Binary 11000110 0 1001001 0 1100100 111111 10110 101010010 1100100 100111

Color Harmonies of #C60049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60049

Black with #C60049

Text Example


Text Example

White with #C60049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60049; }

 p { color: rgb(198,0,73); }

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

background-color css

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

 a { background-color: rgb(198,0,73); }

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

border-color css

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

 span { border-color: rgb(198,0,73); }

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