Html Css Color HEX #C60347 Crimson

📋 copy color: '#C60347'

red 198 ◦ green 3 ◦ blue 71

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

Shades of Crimson #C60347

Tints of Crimson #C60347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 72.79%
G = 1.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C60347 (or 0xC60347) is known color: Crimson. HEX triplet: C6, 03 and 47. RGB value is (198,3,71). Sum of RGB (Red+Green+Blue) = 198+3+71=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60347 is #39FCB8. Grayscale: #444444. Windows color (decimal): -3800249 or 4654022. OLE color: 4654022.

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

Color convert

RGB 198 3 71 -
CMYK 0 0.98 0.64 0.22
HSL 339.08º 0.97% 0.39% -
HSV(B) 339.08º 0.98% 0.78% -
XYZ 24.46 12.53 7.09 -
YUV 69.06 129.1 219.97 -
System Red Green Blue C M Y K H S L
Decimal 198 3 71 0 0.98 0.64 0.22 339.08 0.97 0.39
Hex C6 3 47 0 62 40 16 153 61 27
Octal 306 3 107 0 142 100 26 523 141 47
Binary 11000110 11 1000111 0 1100010 1000000 10110 101010011 1100001 100111

Color Harmonies of #C60347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60347

Black with #C60347

Text Example


Text Example

White with #C60347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60347; }

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

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

background-color css

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

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

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

border-color css

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

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

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