Html Css Color HEX #C40E41 Cardinal

📋 copy color: '#C40E41'

red 196 ◦ green 14 ◦ blue 65

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

Shades of Cardinal #C40E41

Tints of Cardinal #C40E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 71.27%
G = 5.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40E41 (or 0xC40E41) is known color: Cardinal. HEX triplet: C4, 0E and 41. RGB value is (196,14,65). Sum of RGB (Red+Green+Blue) = 196+14+65=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E41 is #3BF1BE. Grayscale: #4A4A4A. Windows color (decimal): -3928511 or 4263620. OLE color: 4263620.

HSL color Cylindrical-coordinate representation of color #C40E41: hue angle of 343.19º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40E41 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 14 65 -
CMYK 0 0.93 0.67 0.23
HSL 343.19º 0.87% 0.41% -
HSV(B) 343.19º 0.93% 0.77% -
XYZ 23.88 12.43 6.14 -
YUV 74.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 196 14 65 0 0.93 0.67 0.23 343.19 0.87 0.41
Hex C4 E 41 0 5D 43 17 157 57 29
Octal 304 16 101 0 135 103 27 527 127 51
Binary 11000100 1110 1000001 0 1011101 1000011 10111 101010111 1010111 101001

Color Harmonies of #C40E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E41

Black with #C40E41

Text Example


Text Example

White with #C40E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E41; }

 p { color: rgb(196,14,65); }

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

background-color css

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

 a { background-color: rgb(196,14,65); }

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

border-color css

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

 span { border-color: rgb(196,14,65); }

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