Html Css Color HEX #C60239 Crimson

📋 copy color: '#C60239'

red 198 ◦ green 2 ◦ blue 57

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

Shades of Crimson #C60239

Tints of Crimson #C60239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 77.04%
G = 0.78%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C60239 (or 0xC60239) is known color: Crimson. HEX triplet: C6, 02 and 39. RGB value is (198,2,57). Sum of RGB (Red+Green+Blue) = 198+2+57=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60239 is #39FDC6. Grayscale: #424242. Windows color (decimal): -3800519 or 3736262. OLE color: 3736262.

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

Color convert

RGB 198 2 57 -
CMYK 0 0.99 0.71 0.22
HSL 343.16º 0.98% 0.39% -
HSV(B) 343.16º 0.99% 0.78% -
XYZ 24.05 12.34 4.99 -
YUV 66.87 122.43 221.53 -
System Red Green Blue C M Y K H S L
Decimal 198 2 57 0 0.99 0.71 0.22 343.16 0.98 0.39
Hex C6 2 39 0 63 47 16 157 62 27
Octal 306 2 71 0 143 107 26 527 142 47
Binary 11000110 10 111001 0 1100011 1000111 10110 101010111 1100010 100111

Color Harmonies of #C60239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60239

Black with #C60239

Text Example


Text Example

White with #C60239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60239; }

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

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

background-color css

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

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

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

border-color css

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

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

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