Html Css Color HEX #C60537 Cardinal

📋 copy color: '#C60537'

red 198 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #C60537

Tints of Cardinal #C60537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 76.74%
G = 1.94%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60537 (or 0xC60537) is known color: Cardinal. HEX triplet: C6, 05 and 37. RGB value is (198,5,55). Sum of RGB (Red+Green+Blue) = 198+5+55=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C60537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60537 is #39FAC8. Grayscale: #444444. Windows color (decimal): -3799753 or 3605958. OLE color: 3605958.

HSL color Cylindrical-coordinate representation of color #C60537: hue angle of 344.46º degrees, saturation: 0.95, 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 #C60537 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 55 -
CMYK 0 0.97 0.72 0.22
HSL 344.46º 0.95% 0.4% -
HSV(B) 344.46º 0.97% 0.78% -
XYZ 24.03 12.39 4.74 -
YUV 68.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 198 5 55 0 0.97 0.72 0.22 344.46 0.95 0.4
Hex C6 5 37 0 61 48 16 158 5F 28
Octal 306 5 67 0 141 110 26 530 137 50
Binary 11000110 101 110111 0 1100001 1001000 10110 101011000 1011111 101000

Color Harmonies of #C60537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60537

Black with #C60537

Text Example


Text Example

White with #C60537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60537; }

 p { color: rgb(198,5,55); }

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

background-color css

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

 a { background-color: rgb(198,5,55); }

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

border-color css

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

 span { border-color: rgb(198,5,55); }

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