Html Css Color HEX #C41A4C Cardinal

📋 copy color: '#C41A4C'

red 196 ◦ green 26 ◦ blue 76

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

Shades of Cardinal #C41A4C

Tints of Cardinal #C41A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 65.77%
G = 8.72%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C41A4C (or 0xC41A4C) is known color: Cardinal. HEX triplet: C4, 1A and 4C. RGB value is (196,26,76). Sum of RGB (Red+Green+Blue) = 196+26+76=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A4C is #3BE5B3. Grayscale: #525252. Windows color (decimal): -3925428 or 4987588. OLE color: 4987588.

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

Color convert

RGB 196 26 76 -
CMYK 0 0.87 0.61 0.23
HSL 342.35º 0.77% 0.44% -
HSV(B) 342.35º 0.87% 0.77% -
XYZ 24.44 13 8.06 -
YUV 82.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 196 26 76 0 0.87 0.61 0.23 342.35 0.77 0.44
Hex C4 1A 4C 0 57 3D 17 156 4D 2C
Octal 304 32 114 0 127 75 27 526 115 54
Binary 11000100 11010 1001100 0 1010111 111101 10111 101010110 1001101 101100

Color Harmonies of #C41A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A4C

Black with #C41A4C

Text Example


Text Example

White with #C41A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A4C; }

 p { color: rgb(196,26,76); }

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

background-color css

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

 a { background-color: rgb(196,26,76); }

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

border-color css

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

 span { border-color: rgb(196,26,76); }

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