Html Css Color HEX #C41149 Cardinal

📋 copy color: '#C41149'

red 196 ◦ green 17 ◦ blue 73

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

Shades of Cardinal #C41149

Tints of Cardinal #C41149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

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

R = 68.53%
G = 5.94%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41149 (or 0xC41149) is known color: Cardinal. HEX triplet: C4, 11 and 49. RGB value is (196,17,73). Sum of RGB (Red+Green+Blue) = 196+17+73=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C41149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41149 is #3BEEB6. Grayscale: #4C4C4C. Windows color (decimal): -3927735 or 4788676. OLE color: 4788676.

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

Color convert

RGB 196 17 73 -
CMYK 0 0.91 0.63 0.23
HSL 341.23º 0.84% 0.42% -
HSV(B) 341.23º 0.91% 0.77% -
XYZ 24.17 12.62 7.46 -
YUV 76.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 196 17 73 0 0.91 0.63 0.23 341.23 0.84 0.42
Hex C4 11 49 0 5B 3F 17 155 54 2A
Octal 304 21 111 0 133 77 27 525 124 52
Binary 11000100 10001 1001001 0 1011011 111111 10111 101010101 1010100 101010

Color Harmonies of #C41149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41149

Black with #C41149

Text Example


Text Example

White with #C41149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41149; }

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

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

background-color css

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

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

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

border-color css

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

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

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