Html Css Color HEX #C60141 Crimson

📋 copy color: '#C60141'

red 198 ◦ green 1 ◦ blue 65

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

Shades of Crimson #C60141

Tints of Crimson #C60141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 75%
G = 0.38%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60141 (or 0xC60141) is known color: Crimson. HEX triplet: C6, 01 and 41. RGB value is (198,1,65). Sum of RGB (Red+Green+Blue) = 198+1+65=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C60141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60141 is #39FEBE. Grayscale: #434343. Windows color (decimal): -3800767 or 4260294. OLE color: 4260294.

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

Color convert

RGB 198 1 65 -
CMYK 0 0.99 0.67 0.22
HSL 340.51º 0.99% 0.39% -
HSV(B) 340.51º 0.99% 0.78% -
XYZ 24.25 12.41 6.12 -
YUV 67.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 198 1 65 0 0.99 0.67 0.22 340.51 0.99 0.39
Hex C6 1 41 0 63 43 16 155 63 27
Octal 306 1 101 0 143 103 26 525 143 47
Binary 11000110 1 1000001 0 1100011 1000011 10110 101010101 1100011 100111

Color Harmonies of #C60141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60141

Black with #C60141

Text Example


Text Example

White with #C60141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60141; }

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

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

background-color css

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

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

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

border-color css

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

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

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