Html Css Color HEX #C60149 Crimson

📋 copy color: '#C60149'

red 198 ◦ green 1 ◦ blue 73

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

Shades of Crimson #C60149

Tints of Crimson #C60149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 72.79%
G = 0.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C60149 (or 0xC60149) is known color: Crimson. HEX triplet: C6, 01 and 49. RGB value is (198,1,73). Sum of RGB (Red+Green+Blue) = 198+1+73=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60149 is #39FEB6. Grayscale: #444444. Windows color (decimal): -3800759 or 4784582. OLE color: 4784582.

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

Color convert

RGB 198 1 73 -
CMYK 0 0.99 0.63 0.22
HSL 338.07º 0.99% 0.39% -
HSV(B) 338.07º 0.99% 0.78% -
XYZ 24.5 12.51 7.43 -
YUV 68.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 198 1 73 0 0.99 0.63 0.22 338.07 0.99 0.39
Hex C6 1 49 0 63 3F 16 152 63 27
Octal 306 1 111 0 143 77 26 522 143 47
Binary 11000110 1 1001001 0 1100011 111111 10110 101010010 1100011 100111

Color Harmonies of #C60149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60149

Black with #C60149

Text Example


Text Example

White with #C60149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60149; }

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

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

background-color css

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

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

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

border-color css

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

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

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