Html Css Color HEX #C41946 Cardinal

📋 copy color: '#C41946'

red 196 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #C41946

Tints of Cardinal #C41946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 67.35%
G = 8.59%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C41946 (or 0xC41946) is known color: Cardinal. HEX triplet: C4, 19 and 46. RGB value is (196,25,70). Sum of RGB (Red+Green+Blue) = 196+25+70=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C41946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41946 is #3BE6B9. Grayscale: #515151. Windows color (decimal): -3925690 or 4594116. OLE color: 4594116.

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

Color convert

RGB 196 25 70 -
CMYK 0 0.87 0.64 0.23
HSL 344.21º 0.77% 0.43% -
HSV(B) 344.21º 0.87% 0.77% -
XYZ 24.22 12.87 7 -
YUV 81.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 196 25 70 0 0.87 0.64 0.23 344.21 0.77 0.43
Hex C4 19 46 0 57 40 17 158 4D 2B
Octal 304 31 106 0 127 100 27 530 115 53
Binary 11000100 11001 1000110 0 1010111 1000000 10111 101011000 1001101 101011

Color Harmonies of #C41946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41946

Black with #C41946

Text Example


Text Example

White with #C41946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41946; }

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

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

background-color css

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

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

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

border-color css

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

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

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