Html Css Color HEX #C41931 Cardinal

📋 copy color: '#C41931'

red 196 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #C41931

Tints of Cardinal #C41931

RGB

 RED value IS 196 (76.95% from 255) = 72.59%

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 72.59%
G = 9.26%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C41931 (or 0xC41931) is known color: Cardinal. HEX triplet: C4, 19 and 31. RGB value is (196,25,49). Sum of RGB (Red+Green+Blue) = 196+25+49=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41931 is #3BE6CE. Grayscale: #4E4E4E. Windows color (decimal): -3925711 or 3217860. OLE color: 3217860.

HSL color Cylindrical-coordinate representation of color #C41931: hue angle of 351.58º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41931 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 49 -
CMYK 0 0.87 0.75 0.23
HSL 351.58º 0.77% 0.43% -
HSV(B) 351.58º 0.87% 0.77% -
XYZ 23.67 12.65 4.1 -
YUV 78.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 196 25 49 0 0.87 0.75 0.23 351.58 0.77 0.43
Hex C4 19 31 0 57 4B 17 160 4D 2B
Octal 304 31 61 0 127 113 27 540 115 53
Binary 11000100 11001 110001 0 1010111 1001011 10111 101100000 1001101 101011

Color Harmonies of #C41931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41931

Black with #C41931

Text Example


Text Example

White with #C41931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41931; }

 p { color: rgb(196,25,49); }

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

background-color css

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

 a { background-color: rgb(196,25,49); }

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

border-color css

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

 span { border-color: rgb(196,25,49); }

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