Html Css Color HEX #C61132 Cardinal

📋 copy color: '#C61132'

red 198 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #C61132

Tints of Cardinal #C61132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 74.72%
G = 6.42%
B = 18.87%

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

#C61132 (or 0xC61132) is known color: Cardinal. HEX triplet: C6, 11 and 32. RGB value is (198,17,50). Sum of RGB (Red+Green+Blue) = 198+17+50=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C61132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61132 is #39EECD. Grayscale: #4A4A4A. Windows color (decimal): -3796686 or 3281350. OLE color: 3281350.

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

Color convert

RGB 198 17 50 -
CMYK 0 0.91 0.75 0.22
HSL 349.06º 0.84% 0.42% -
HSV(B) 349.06º 0.91% 0.78% -
XYZ 24.06 12.64 4.19 -
YUV 74.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 198 17 50 0 0.91 0.75 0.22 349.06 0.84 0.42
Hex C6 11 32 0 5B 4B 16 15D 54 2A
Octal 306 21 62 0 133 113 26 535 124 52
Binary 11000110 10001 110010 0 1011011 1001011 10110 101011101 1010100 101010

Color Harmonies of #C61132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61132

Black with #C61132

Text Example


Text Example

White with #C61132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61132; }

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

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

background-color css

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

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

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

border-color css

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

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

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