Html Css Color HEX #C41C32 Cardinal

📋 copy color: '#C41C32'

red 196 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #C41C32

Tints of Cardinal #C41C32

RGB

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

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

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

R = 71.53%
G = 10.22%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C41C32 (or 0xC41C32) is known color: Cardinal. HEX triplet: C4, 1C and 32. RGB value is (196,28,50). Sum of RGB (Red+Green+Blue) = 196+28+50=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C32 is #3BE3CD. Grayscale: #505050. Windows color (decimal): -3924942 or 3284164. OLE color: 3284164.

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

Color convert

RGB 196 28 50 -
CMYK 0 0.86 0.74 0.23
HSL 352.14º 0.75% 0.44% -
HSV(B) 352.14º 0.86% 0.77% -
XYZ 23.76 12.8 4.24 -
YUV 80.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 196 28 50 0 0.86 0.74 0.23 352.14 0.75 0.44
Hex C4 1C 32 0 56 4A 17 160 4B 2C
Octal 304 34 62 0 126 112 27 540 113 54
Binary 11000100 11100 110010 0 1010110 1001010 10111 101100000 1001011 101100

Color Harmonies of #C41C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C32

Black with #C41C32

Text Example


Text Example

White with #C41C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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