Html Css Color HEX #C60446 Crimson

📋 copy color: '#C60446'

red 198 ◦ green 4 ◦ blue 70

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

Shades of Crimson #C60446

Tints of Crimson #C60446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 72.79%
G = 1.47%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C60446 (or 0xC60446) is known color: Crimson. HEX triplet: C6, 04 and 46. RGB value is (198,4,70). Sum of RGB (Red+Green+Blue) = 198+4+70=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60446 is #39FBB9. Grayscale: #454545. Windows color (decimal): -3799994 or 4588742. OLE color: 4588742.

HSL color Cylindrical-coordinate representation of color #C60446: hue angle of 339.59º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60446 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 70 -
CMYK 0 0.98 0.65 0.22
HSL 339.59º 0.96% 0.4% -
HSV(B) 339.59º 0.98% 0.78% -
XYZ 24.44 12.53 6.93 -
YUV 69.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 198 4 70 0 0.98 0.65 0.22 339.59 0.96 0.4
Hex C6 4 46 0 62 41 16 154 60 28
Octal 306 4 106 0 142 101 26 524 140 50
Binary 11000110 100 1000110 0 1100010 1000001 10110 101010100 1100000 101000

Color Harmonies of #C60446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60446

Black with #C60446

Text Example


Text Example

White with #C60446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60446; }

 p { color: rgb(198,4,70); }

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

background-color css

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

 a { background-color: rgb(198,4,70); }

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

border-color css

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

 span { border-color: rgb(198,4,70); }

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