Html Css Color HEX #C60645 Crimson

📋 copy color: '#C60645'

red 198 ◦ green 6 ◦ blue 69

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

Shades of Crimson #C60645

Tints of Crimson #C60645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 72.53%
G = 2.2%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C60645 (or 0xC60645) is known color: Crimson. HEX triplet: C6, 06 and 45. RGB value is (198,6,69). Sum of RGB (Red+Green+Blue) = 198+6+69=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60645 is #39F9BA. Grayscale: #464646. Windows color (decimal): -3799483 or 4523718. OLE color: 4523718.

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

Color convert

RGB 198 6 69 -
CMYK 0 0.97 0.65 0.22
HSL 340.31º 0.94% 0.4% -
HSV(B) 340.31º 0.97% 0.78% -
XYZ 24.43 12.57 6.77 -
YUV 70.59 127.11 218.88 -
System Red Green Blue C M Y K H S L
Decimal 198 6 69 0 0.97 0.65 0.22 340.31 0.94 0.4
Hex C6 6 45 0 61 41 16 154 5E 28
Octal 306 6 105 0 141 101 26 524 136 50
Binary 11000110 110 1000101 0 1100001 1000001 10110 101010100 1011110 101000

Color Harmonies of #C60645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60645

Black with #C60645

Text Example


Text Example

White with #C60645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60645; }

 p { color: rgb(198,6,69); }

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

background-color css

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

 a { background-color: rgb(198,6,69); }

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

border-color css

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

 span { border-color: rgb(198,6,69); }

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