Html Css Color HEX #C40449 Cardinal

📋 copy color: '#C40449'

red 196 ◦ green 4 ◦ blue 73

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

Shades of Cardinal #C40449

Tints of Cardinal #C40449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 71.79%
G = 1.47%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40449 (or 0xC40449) is known color: Cardinal. HEX triplet: C4, 04 and 49. RGB value is (196,4,73). Sum of RGB (Red+Green+Blue) = 196+4+73=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40449 is #3BFBB6. Grayscale: #454545. Windows color (decimal): -3931063 or 4785348. OLE color: 4785348.

HSL color Cylindrical-coordinate representation of color #C40449: hue angle of 338.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40449 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 73 -
CMYK 0 0.98 0.63 0.23
HSL 338.44º 0.96% 0.39% -
HSV(B) 338.44º 0.98% 0.77% -
XYZ 24.01 12.3 7.41 -
YUV 69.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 196 4 73 0 0.98 0.63 0.23 338.44 0.96 0.39
Hex C4 4 49 0 62 3F 17 152 60 27
Octal 304 4 111 0 142 77 27 522 140 47
Binary 11000100 100 1001001 0 1100010 111111 10111 101010010 1100000 100111

Color Harmonies of #C40449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40449

Black with #C40449

Text Example


Text Example

White with #C40449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40449; }

 p { color: rgb(196,4,73); }

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

background-color css

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

 a { background-color: rgb(196,4,73); }

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

border-color css

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

 span { border-color: rgb(196,4,73); }

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