Html Css Color HEX #C60241 Crimson

📋 copy color: '#C60241'

red 198 ◦ green 2 ◦ blue 65

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

Shades of Crimson #C60241

Tints of Crimson #C60241

RGB

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

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

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

R = 74.72%
G = 0.75%
B = 24.53%

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

#C60241 (or 0xC60241) is known color: Crimson. HEX triplet: C6, 02 and 41. RGB value is (198,2,65). Sum of RGB (Red+Green+Blue) = 198+2+65=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60241 is #39FDBE. Grayscale: #434343. Windows color (decimal): -3800511 or 4260550. OLE color: 4260550.

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

Color convert

RGB 198 2 65 -
CMYK 0 0.99 0.67 0.22
HSL 340.71º 0.98% 0.39% -
HSV(B) 340.71º 0.99% 0.78% -
XYZ 24.26 12.43 6.12 -
YUV 67.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 198 2 65 0 0.99 0.67 0.22 340.71 0.98 0.39
Hex C6 2 41 0 63 43 16 155 62 27
Octal 306 2 101 0 143 103 26 525 142 47
Binary 11000110 10 1000001 0 1100011 1000011 10110 101010101 1100010 100111

Color Harmonies of #C60241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60241

Black with #C60241

Text Example


Text Example

White with #C60241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60241; }

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

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

background-color css

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

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

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

border-color css

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

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

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