Html Css Color HEX #C61037 Cardinal

📋 copy color: '#C61037'

red 198 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #C61037

Tints of Cardinal #C61037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 73.61%
G = 5.95%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C61037 (or 0xC61037) is known color: Cardinal. HEX triplet: C6, 10 and 37. RGB value is (198,16,55). Sum of RGB (Red+Green+Blue) = 198+16+55=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61037 is #39EFC8. Grayscale: #4A4A4A. Windows color (decimal): -3796937 or 3608774. OLE color: 3608774.

HSL color Cylindrical-coordinate representation of color #C61037: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61037 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 55 -
CMYK 0 0.92 0.72 0.22
HSL 347.14º 0.85% 0.42% -
HSV(B) 347.14º 0.92% 0.78% -
XYZ 24.16 12.65 4.78 -
YUV 74.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 198 16 55 0 0.92 0.72 0.22 347.14 0.85 0.42
Hex C6 10 37 0 5C 48 16 15B 55 2A
Octal 306 20 67 0 134 110 26 533 125 52
Binary 11000110 10000 110111 0 1011100 1001000 10110 101011011 1010101 101010

Color Harmonies of #C61037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61037

Black with #C61037

Text Example


Text Example

White with #C61037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61037; }

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

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

background-color css

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

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

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

border-color css

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

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

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