Html Css Color HEX #C40D4D Cardinal

📋 copy color: '#C40D4D'

red 196 ◦ green 13 ◦ blue 77

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

Shades of Cardinal #C40D4D

Tints of Cardinal #C40D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 68.53%
G = 4.55%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C40D4D (or 0xC40D4D) is known color: Cardinal. HEX triplet: C4, 0D and 4D. RGB value is (196,13,77). Sum of RGB (Red+Green+Blue) = 196+13+77=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D4D is #3BF2B2. Grayscale: #4A4A4A. Windows color (decimal): -3928755 or 5049796. OLE color: 5049796.

HSL color Cylindrical-coordinate representation of color #C40D4D: hue angle of 339.02º degrees, saturation: 0.88, 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 #C40D4D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 77 -
CMYK 0 0.93 0.61 0.23
HSL 339.02º 0.88% 0.41% -
HSV(B) 339.02º 0.93% 0.77% -
XYZ 24.25 12.56 8.17 -
YUV 75.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 196 13 77 0 0.93 0.61 0.23 339.02 0.88 0.41
Hex C4 D 4D 0 5D 3D 17 153 58 29
Octal 304 15 115 0 135 75 27 523 130 51
Binary 11000100 1101 1001101 0 1011101 111101 10111 101010011 1011000 101001

Color Harmonies of #C40D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D4D

Black with #C40D4D

Text Example


Text Example

White with #C40D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D4D; }

 p { color: rgb(196,13,77); }

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

background-color css

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

 a { background-color: rgb(196,13,77); }

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

border-color css

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

 span { border-color: rgb(196,13,77); }

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