Html Css Color HEX #C60344 Crimson

📋 copy color: '#C60344'

red 198 ◦ green 3 ◦ blue 68

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

Shades of Crimson #C60344

Tints of Crimson #C60344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 73.61%
G = 1.12%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60344 (or 0xC60344) is known color: Crimson. HEX triplet: C6, 03 and 44. RGB value is (198,3,68). Sum of RGB (Red+Green+Blue) = 198+3+68=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C60344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60344 is #39FCBB. Grayscale: #444444. Windows color (decimal): -3800252 or 4457414. OLE color: 4457414.

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

Color convert

RGB 198 3 68 -
CMYK 0 0.98 0.66 0.22
HSL 340º 0.97% 0.39% -
HSV(B) 340º 0.98% 0.78% -
XYZ 24.36 12.49 6.6 -
YUV 68.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 198 3 68 0 0.98 0.66 0.22 340 0.97 0.39
Hex C6 3 44 0 62 42 16 154 61 27
Octal 306 3 104 0 142 102 26 524 141 47
Binary 11000110 11 1000100 0 1100010 1000010 10110 101010100 1100001 100111

Color Harmonies of #C60344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60344

Black with #C60344

Text Example


Text Example

White with #C60344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60344; }

 p { color: rgb(198,3,68); }

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

background-color css

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

 a { background-color: rgb(198,3,68); }

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

border-color css

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

 span { border-color: rgb(198,3,68); }

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