Html Css Color HEX #C41A32 Cardinal

📋 copy color: '#C41A32'

red 196 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #C41A32

Tints of Cardinal #C41A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 72.06%
G = 9.56%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C41A32 (or 0xC41A32) is known color: Cardinal. HEX triplet: C4, 1A and 32. RGB value is (196,26,50). Sum of RGB (Red+Green+Blue) = 196+26+50=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A32 is #3BE5CD. Grayscale: #4F4F4F. Windows color (decimal): -3925454 or 3283652. OLE color: 3283652.

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

Color convert

RGB 196 26 50 -
CMYK 0 0.87 0.74 0.23
HSL 351.53º 0.77% 0.44% -
HSV(B) 351.53º 0.87% 0.77% -
XYZ 23.71 12.7 4.22 -
YUV 79.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 196 26 50 0 0.87 0.74 0.23 351.53 0.77 0.44
Hex C4 1A 32 0 57 4A 17 160 4D 2C
Octal 304 32 62 0 127 112 27 540 115 54
Binary 11000100 11010 110010 0 1010111 1001010 10111 101100000 1001101 101100

Color Harmonies of #C41A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A32

Black with #C41A32

Text Example


Text Example

White with #C41A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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