Html Css Color HEX #C41436 Cardinal

📋 copy color: '#C41436'

red 196 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #C41436

Tints of Cardinal #C41436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 54 (21.48% from 255) = 20%

R = 72.59%
G = 7.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C41436 (or 0xC41436) is known color: Cardinal. HEX triplet: C4, 14 and 36. RGB value is (196,20,54). Sum of RGB (Red+Green+Blue) = 196+20+54=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41436 is #3BEBC9. Grayscale: #4C4C4C. Windows color (decimal): -3926986 or 3544260. OLE color: 3544260.

HSL color Cylindrical-coordinate representation of color #C41436: hue angle of 348.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41436 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 54 -
CMYK 0 0.90 0.72 0.23
HSL 348.41º 0.81% 0.42% -
HSV(B) 348.41º 0.9% 0.77% -
XYZ 23.68 12.5 4.66 -
YUV 76.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 196 20 54 0 0.90 0.72 0.23 348.41 0.81 0.42
Hex C4 14 36 0 5A 48 17 15C 51 2A
Octal 304 24 66 0 132 110 27 534 121 52
Binary 11000100 10100 110110 0 1011010 1001000 10111 101011100 1010001 101010

Color Harmonies of #C41436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41436

Black with #C41436

Text Example


Text Example

White with #C41436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41436; }

 p { color: rgb(196,20,54); }

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

background-color css

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

 a { background-color: rgb(196,20,54); }

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

border-color css

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

 span { border-color: rgb(196,20,54); }

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