Html Css Color HEX #C40B41 Cardinal

📋 copy color: '#C40B41'

red 196 ◦ green 11 ◦ blue 65

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

Shades of Cardinal #C40B41

Tints of Cardinal #C40B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

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

R = 72.06%
G = 4.04%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40B41 (or 0xC40B41) is known color: Cardinal. HEX triplet: C4, 0B and 41. RGB value is (196,11,65). Sum of RGB (Red+Green+Blue) = 196+11+65=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B41 is #3BF4BE. Grayscale: #484848. Windows color (decimal): -3929279 or 4262852. OLE color: 4262852.

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

Color convert

RGB 196 11 65 -
CMYK 0 0.94 0.67 0.23
HSL 342.49º 0.89% 0.41% -
HSV(B) 342.49º 0.94% 0.77% -
XYZ 23.84 12.36 6.13 -
YUV 72.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 196 11 65 0 0.94 0.67 0.23 342.49 0.89 0.41
Hex C4 B 41 0 5E 43 17 156 59 29
Octal 304 13 101 0 136 103 27 526 131 51
Binary 11000100 1011 1000001 0 1011110 1000011 10111 101010110 1011001 101001

Color Harmonies of #C40B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B41

Black with #C40B41

Text Example


Text Example

White with #C40B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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