Html Css Color HEX #C41439 Cardinal

📋 copy color: '#C41439'

red 196 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #C41439

Tints of Cardinal #C41439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 71.79%
G = 7.33%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41439 (or 0xC41439) is known color: Cardinal. HEX triplet: C4, 14 and 39. RGB value is (196,20,57). Sum of RGB (Red+Green+Blue) = 196+20+57=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C41439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41439 is #3BEBC6. Grayscale: #4C4C4C. Windows color (decimal): -3926983 or 3740868. OLE color: 3740868.

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

Color convert

RGB 196 20 57 -
CMYK 0 0.90 0.71 0.23
HSL 347.39º 0.81% 0.42% -
HSV(B) 347.39º 0.9% 0.77% -
XYZ 23.75 12.53 5.04 -
YUV 76.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 196 20 57 0 0.90 0.71 0.23 347.39 0.81 0.42
Hex C4 14 39 0 5A 47 17 15B 51 2A
Octal 304 24 71 0 132 107 27 533 121 52
Binary 11000100 10100 111001 0 1011010 1000111 10111 101011011 1010001 101010

Color Harmonies of #C41439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41439

Black with #C41439

Text Example


Text Example

White with #C41439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41439; }

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

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

background-color css

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

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

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

border-color css

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

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

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