Html Css Color HEX #C61131 Cardinal

📋 copy color: '#C61131'

red 198 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #C61131

Tints of Cardinal #C61131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 75%
G = 6.44%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C61131 (or 0xC61131) is known color: Cardinal. HEX triplet: C6, 11 and 31. RGB value is (198,17,49). Sum of RGB (Red+Green+Blue) = 198+17+49=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C61131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61131 is #39EECE. Grayscale: #4A4A4A. Windows color (decimal): -3796687 or 3215814. OLE color: 3215814.

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

Color convert

RGB 198 17 49 -
CMYK 0 0.91 0.75 0.22
HSL 349.39º 0.84% 0.42% -
HSV(B) 349.39º 0.91% 0.78% -
XYZ 24.04 12.63 4.08 -
YUV 74.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 198 17 49 0 0.91 0.75 0.22 349.39 0.84 0.42
Hex C6 11 31 0 5B 4B 16 15D 54 2A
Octal 306 21 61 0 133 113 26 535 124 52
Binary 11000110 10001 110001 0 1011011 1001011 10110 101011101 1010100 101010

Color Harmonies of #C61131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61131

Black with #C61131

Text Example


Text Example

White with #C61131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61131; }

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

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

background-color css

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

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

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

border-color css

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

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

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