Html Css Color HEX #C60449 Crimson

📋 copy color: '#C60449'

red 198 ◦ green 4 ◦ blue 73

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

Shades of Crimson #C60449

Tints of Crimson #C60449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 72%
G = 1.45%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C60449 (or 0xC60449) is known color: Crimson. HEX triplet: C6, 04 and 49. RGB value is (198,4,73). Sum of RGB (Red+Green+Blue) = 198+4+73=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C60449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60449 is #39FBB6. Grayscale: #454545. Windows color (decimal): -3799991 or 4785350. OLE color: 4785350.

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

Color convert

RGB 198 4 73 -
CMYK 0 0.98 0.63 0.22
HSL 338.66º 0.96% 0.4% -
HSV(B) 338.66º 0.98% 0.78% -
XYZ 24.53 12.57 7.44 -
YUV 69.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 198 4 73 0 0.98 0.63 0.22 338.66 0.96 0.4
Hex C6 4 49 0 62 3F 16 153 60 28
Octal 306 4 111 0 142 77 26 523 140 50
Binary 11000110 100 1001001 0 1100010 111111 10110 101010011 1100000 101000

Color Harmonies of #C60449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60449

Black with #C60449

Text Example


Text Example

White with #C60449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60449; }

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

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

background-color css

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

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

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

border-color css

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

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

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