Html Css Color HEX #C40548 Cardinal

📋 copy color: '#C40548'

red 196 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #C40548

Tints of Cardinal #C40548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 71.79%
G = 1.83%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40548 (or 0xC40548) is known color: Cardinal. HEX triplet: C4, 05 and 48. RGB value is (196,5,72). Sum of RGB (Red+Green+Blue) = 196+5+72=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40548 is #3BFAB7. Grayscale: #454545. Windows color (decimal): -3930808 or 4720068. OLE color: 4720068.

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

Color convert

RGB 196 5 72 -
CMYK 0 0.97 0.63 0.23
HSL 338.95º 0.95% 0.39% -
HSV(B) 338.95º 0.97% 0.77% -
XYZ 23.99 12.31 7.24 -
YUV 69.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 196 5 72 0 0.97 0.63 0.23 338.95 0.95 0.39
Hex C4 5 48 0 61 3F 17 153 5F 27
Octal 304 5 110 0 141 77 27 523 137 47
Binary 11000100 101 1001000 0 1100001 111111 10111 101010011 1011111 100111

Color Harmonies of #C40548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40548

Black with #C40548

Text Example


Text Example

White with #C40548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40548; }

 p { color: rgb(196,5,72); }

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

background-color css

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

 a { background-color: rgb(196,5,72); }

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

border-color css

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

 span { border-color: rgb(196,5,72); }

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