Html Css Color HEX #C61140 Cardinal

📋 copy color: '#C61140'

red 198 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #C61140

Tints of Cardinal #C61140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 70.97%
G = 6.09%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C61140 (or 0xC61140) is known color: Cardinal. HEX triplet: C6, 11 and 40. RGB value is (198,17,64). Sum of RGB (Red+Green+Blue) = 198+17+64=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C61140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61140 is #39EEBF. Grayscale: #4C4C4C. Windows color (decimal): -3796672 or 4198854. OLE color: 4198854.

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

Color convert

RGB 198 17 64 -
CMYK 0 0.91 0.68 0.22
HSL 344.42º 0.84% 0.42% -
HSV(B) 344.42º 0.91% 0.78% -
XYZ 24.41 12.78 6.03 -
YUV 76.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 198 17 64 0 0.91 0.68 0.22 344.42 0.84 0.42
Hex C6 11 40 0 5B 44 16 158 54 2A
Octal 306 21 100 0 133 104 26 530 124 52
Binary 11000110 10001 1000000 0 1011011 1000100 10110 101011000 1010100 101010

Color Harmonies of #C61140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61140

Black with #C61140

Text Example


Text Example

White with #C61140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61140; }

 p { color: rgb(198,17,64); }

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

background-color css

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

 a { background-color: rgb(198,17,64); }

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

border-color css

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

 span { border-color: rgb(198,17,64); }

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