Html Css Color HEX #C41A3C Cardinal

📋 copy color: '#C41A3C'

red 196 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #C41A3C

Tints of Cardinal #C41A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 69.5%
G = 9.22%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C41A3C (or 0xC41A3C) is known color: Cardinal. HEX triplet: C4, 1A and 3C. RGB value is (196,26,60). Sum of RGB (Red+Green+Blue) = 196+26+60=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A3C is #3BE5C3. Grayscale: #505050. Windows color (decimal): -3925444 or 3939012. OLE color: 3939012.

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

Color convert

RGB 196 26 60 -
CMYK 0 0.87 0.69 0.23
HSL 348º 0.77% 0.44% -
HSV(B) 348º 0.87% 0.77% -
XYZ 23.95 12.8 5.48 -
YUV 80.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 196 26 60 0 0.87 0.69 0.23 348 0.77 0.44
Hex C4 1A 3C 0 57 45 17 15C 4D 2C
Octal 304 32 74 0 127 105 27 534 115 54
Binary 11000100 11010 111100 0 1010111 1000101 10111 101011100 1001101 101100

Color Harmonies of #C41A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A3C

Black with #C41A3C

Text Example


Text Example

White with #C41A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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