Html Css Color HEX #C41549 Cardinal

📋 copy color: '#C41549'

red 196 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #C41549

Tints of Cardinal #C41549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 67.59%
G = 7.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41549 (or 0xC41549) is known color: Cardinal. HEX triplet: C4, 15 and 49. RGB value is (196,21,73). Sum of RGB (Red+Green+Blue) = 196+21+73=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41549 is #3BEAB6. Grayscale: #4F4F4F. Windows color (decimal): -3926711 or 4789700. OLE color: 4789700.

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

Color convert

RGB 196 21 73 -
CMYK 0 0.89 0.63 0.23
HSL 342.17º 0.81% 0.43% -
HSV(B) 342.17º 0.89% 0.77% -
XYZ 24.24 12.75 7.49 -
YUV 79.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 196 21 73 0 0.89 0.63 0.23 342.17 0.81 0.43
Hex C4 15 49 0 59 3F 17 156 51 2B
Octal 304 25 111 0 131 77 27 526 121 53
Binary 11000100 10101 1001001 0 1011001 111111 10111 101010110 1010001 101011

Color Harmonies of #C41549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41549

Black with #C41549

Text Example


Text Example

White with #C41549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41549; }

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

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

background-color css

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

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

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

border-color css

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

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

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