Html Css Color HEX #C41E39 Cardinal

📋 copy color: '#C41E39'

red 196 ◦ green 30 ◦ blue 57

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

Shades of Cardinal #C41E39

Tints of Cardinal #C41E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 69.26%
G = 10.6%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41E39 (or 0xC41E39) is known color: Cardinal. HEX triplet: C4, 1E and 39. RGB value is (196,30,57). Sum of RGB (Red+Green+Blue) = 196+30+57=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E39 is #3BE1C6. Grayscale: #525252. Windows color (decimal): -3924423 or 3743428. OLE color: 3743428.

HSL color Cylindrical-coordinate representation of color #C41E39: hue angle of 350.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E39 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 30 57 -
CMYK 0 0.85 0.71 0.23
HSL 350.24º 0.73% 0.44% -
HSV(B) 350.24º 0.85% 0.77% -
XYZ 23.97 12.96 5.11 -
YUV 82.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 196 30 57 0 0.85 0.71 0.23 350.24 0.73 0.44
Hex C4 1E 39 0 55 47 17 15E 49 2C
Octal 304 36 71 0 125 107 27 536 111 54
Binary 11000100 11110 111001 0 1010101 1000111 10111 101011110 1001001 101100

Color Harmonies of #C41E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E39

Black with #C41E39

Text Example


Text Example

White with #C41E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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