#C6024A

Color #C6024A Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #C6024A

Tints of Crimson #C6024A

Color information

#C6024A (or 0xC6024A) is unknown color: approx Crimson. HEX triplet: C6, 02 and 4A. RGB value is (198,2,74). Sum of RGB (Red+Green+Blue) = 198+2+74=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C6024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6024A is #39FDB5. Grayscale: #444444. Windows color (decimal): -3800502 or 4850374. OLE color: 4850374.

HSL color Cylindrical-coordinate representation of color #C6024A: hue angle of 337.96º degrees, saturation: 0.98, 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 #C6024A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB198274-
CMYK00.990.630.22
HSL337.96º98%39.22%-
HSV(B)337.96º98.99%77.65%-
XYZ24.5512.547.61-
YUV68.81130.93220.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.26%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=72.26%
G=0.73%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19827400.990.630.22337.969839.22
HexC624A0633F161526227
Octal30621120143772652214247
Binary1100011010100101001100011111111101101010100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6024A; }

 p { color: rgb(198,2,74); }

 H1.HeaderClassName
 {
   color: #C6024A;
 }
 .AnyTagClassName
 {
   color: #C6024A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,2,74); }

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

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

 span { border-color: rgb(198,2,74); }

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