Html Css Color HEX #C60348 Crimson

📋 copy color: '#C60348'

red 198 ◦ green 3 ◦ blue 72

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

Shades of Crimson #C60348

Tints of Crimson #C60348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 72.53%
G = 1.1%
B = 26.37%

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

#C60348 (or 0xC60348) is known color: Crimson. HEX triplet: C6, 03 and 48. RGB value is (198,3,72). Sum of RGB (Red+Green+Blue) = 198+3+72=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60348 is #39FCB7. Grayscale: #454545. Windows color (decimal): -3800248 or 4719558. OLE color: 4719558.

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

Color convert

RGB 198 3 72 -
CMYK 0 0.98 0.64 0.22
HSL 338.77º 0.97% 0.39% -
HSV(B) 338.77º 0.98% 0.78% -
XYZ 24.49 12.54 7.26 -
YUV 69.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 198 3 72 0 0.98 0.64 0.22 338.77 0.97 0.39
Hex C6 3 48 0 62 40 16 153 61 27
Octal 306 3 110 0 142 100 26 523 141 47
Binary 11000110 11 1001000 0 1100010 1000000 10110 101010011 1100001 100111

Color Harmonies of #C60348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60348

Black with #C60348

Text Example


Text Example

White with #C60348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60348; }

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

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

background-color css

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

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

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

border-color css

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

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

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