Html Css Color HEX #C6024A Crimson

📋 copy color: '#C6024A'

red 198 ◦ green 2 ◦ blue 74

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

Shades of Crimson #C6024A

Tints of Crimson #C6024A

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.3% from 255) = 27.01%

R = 72.26%
G = 0.73%
B = 27.01%

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

#C6024A (or 0xC6024A) is known color: 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

RGB 198 2 74 -
CMYK 0 0.99 0.63 0.22
HSL 337.96º 0.98% 0.39% -
HSV(B) 337.96º 0.99% 0.78% -
XYZ 24.55 12.54 7.61 -
YUV 68.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 198 2 74 0 0.99 0.63 0.22 337.96 0.98 0.39
Hex C6 2 4A 0 63 3F 16 152 62 27
Octal 306 2 112 0 143 77 26 522 142 47
Binary 11000110 10 1001010 0 1100011 111111 10110 101010010 1100010 100111

Color Harmonies of #C6024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6024A

Black with #C6024A

Text Example


Text Example

White with #C6024A

Text Example


Text Example

HTML Codes & Css Web 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>