Html Css Color HEX #C41C4A Cardinal

📋 copy color: '#C41C4A'

red 196 ◦ green 28 ◦ blue 74

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

Shades of Cardinal #C41C4A

Tints of Cardinal #C41C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 65.77%
G = 9.4%
B = 24.83%

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

#C41C4A (or 0xC41C4A) is known color: Cardinal. HEX triplet: C4, 1C and 4A. RGB value is (196,28,74). Sum of RGB (Red+Green+Blue) = 196+28+74=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C4A is #3BE3B5. Grayscale: #535353. Windows color (decimal): -3924918 or 4857028. OLE color: 4857028.

HSL color Cylindrical-coordinate representation of color #C41C4A: hue angle of 343.57º degrees, saturation: 0.75, 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 #C41C4A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 74 -
CMYK 0 0.86 0.62 0.23
HSL 343.57º 0.75% 0.44% -
HSV(B) 343.57º 0.86% 0.77% -
XYZ 24.42 13.06 7.71 -
YUV 83.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 196 28 74 0 0.86 0.62 0.23 343.57 0.75 0.44
Hex C4 1C 4A 0 56 3E 17 158 4B 2C
Octal 304 34 112 0 126 76 27 530 113 54
Binary 11000100 11100 1001010 0 1010110 111110 10111 101011000 1001011 101100

Color Harmonies of #C41C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C4A

Black with #C41C4A

Text Example


Text Example

White with #C41C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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