Html Css Color HEX #C41949 Cardinal

📋 copy color: '#C41949'

red 196 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #C41949

Tints of Cardinal #C41949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 66.67%
G = 8.5%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41949 (or 0xC41949) is known color: Cardinal. HEX triplet: C4, 19 and 49. RGB value is (196,25,73). Sum of RGB (Red+Green+Blue) = 196+25+73=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41949 is #3BE6B6. Grayscale: #515151. Windows color (decimal): -3925687 or 4790724. OLE color: 4790724.

HSL color Cylindrical-coordinate representation of color #C41949: hue angle of 343.16º 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 #C41949 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 73 -
CMYK 0 0.87 0.63 0.23
HSL 343.16º 0.77% 0.43% -
HSV(B) 343.16º 0.87% 0.77% -
XYZ 24.32 12.91 7.51 -
YUV 81.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 196 25 73 0 0.87 0.63 0.23 343.16 0.77 0.43
Hex C4 19 49 0 57 3F 17 157 4D 2B
Octal 304 31 111 0 127 77 27 527 115 53
Binary 11000100 11001 1001001 0 1010111 111111 10111 101010111 1001101 101011

Color Harmonies of #C41949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41949

Black with #C41949

Text Example


Text Example

White with #C41949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41949; }

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

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

background-color css

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

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

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

border-color css

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

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

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