Html Css Color HEX #C60040 Crimson

📋 copy color: '#C60040'

red 198 ◦ green 0 ◦ blue 64

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

Shades of Crimson #C60040

Tints of Crimson #C60040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 75.57%
G = 0%
B = 24.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C60040 (or 0xC60040) is known color: Crimson. HEX triplet: C6, 00 and 40. RGB value is (198,0,64). Sum of RGB (Red+Green+Blue) = 198+0+64=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C60040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60040 is #39FFBF. Grayscale: #424242. Windows color (decimal): -3801024 or 4194502. OLE color: 4194502.

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

Color convert

RGB 198 0 64 -
CMYK 0 1 0.68 0.22
HSL 340.61º 1% 0.39% -
HSV(B) 340.61º 1% 0.78% -
XYZ 24.21 12.38 5.96 -
YUV 66.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 198 0 64 0 1 0.68 0.22 340.61 1 0.39
Hex C6 0 40 0 64 44 16 155 64 27
Octal 306 0 100 0 144 104 26 525 144 47
Binary 11000110 0 1000000 0 1100100 1000100 10110 101010101 1100100 100111

Color Harmonies of #C60040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60040

Black with #C60040

Text Example


Text Example

White with #C60040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60040; }

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

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

background-color css

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

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

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

border-color css

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

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

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