Html Css Color HEX #C41B4A Cardinal

📋 copy color: '#C41B4A'

red 196 ◦ green 27 ◦ blue 74

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

Shades of Cardinal #C41B4A

Tints of Cardinal #C41B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 65.99%
G = 9.09%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C41B4A (or 0xC41B4A) is known color: Cardinal. HEX triplet: C4, 1B and 4A. RGB value is (196,27,74). Sum of RGB (Red+Green+Blue) = 196+27+74=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B4A is #3BE4B5. Grayscale: #525252. Windows color (decimal): -3925174 or 4856772. OLE color: 4856772.

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

Color convert

RGB 196 27 74 -
CMYK 0 0.86 0.62 0.23
HSL 343.31º 0.76% 0.44% -
HSV(B) 343.31º 0.86% 0.77% -
XYZ 24.39 13.01 7.7 -
YUV 82.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 196 27 74 0 0.86 0.62 0.23 343.31 0.76 0.44
Hex C4 1B 4A 0 56 3E 17 157 4C 2C
Octal 304 33 112 0 126 76 27 527 114 54
Binary 11000100 11011 1001010 0 1010110 111110 10111 101010111 1001100 101100

Color Harmonies of #C41B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B4A

Black with #C41B4A

Text Example


Text Example

White with #C41B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B4A; }

 p { color: rgb(196,27,74); }

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

background-color css

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

 a { background-color: rgb(196,27,74); }

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

border-color css

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

 span { border-color: rgb(196,27,74); }

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