Html Css Color HEX #C40448 Cardinal

📋 copy color: '#C40448'

red 196 ◦ green 4 ◦ blue 72

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

Shades of Cardinal #C40448

Tints of Cardinal #C40448

RGB

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

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

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

R = 72.06%
G = 1.47%
B = 26.47%

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

#C40448 (or 0xC40448) is known color: Cardinal. HEX triplet: C4, 04 and 48. RGB value is (196,4,72). Sum of RGB (Red+Green+Blue) = 196+4+72=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C40448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40448 is #3BFBB7. Grayscale: #454545. Windows color (decimal): -3931064 or 4719812. OLE color: 4719812.

HSL color Cylindrical-coordinate representation of color #C40448: hue angle of 338.75º 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 #C40448 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 72 -
CMYK 0 0.98 0.63 0.23
HSL 338.75º 0.96% 0.39% -
HSV(B) 338.75º 0.98% 0.77% -
XYZ 23.98 12.29 7.24 -
YUV 69.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 196 4 72 0 0.98 0.63 0.23 338.75 0.96 0.39
Hex C4 4 48 0 62 3F 17 153 60 27
Octal 304 4 110 0 142 77 27 523 140 47
Binary 11000100 100 1001000 0 1100010 111111 10111 101010011 1100000 100111

Color Harmonies of #C40448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40448

Black with #C40448

Text Example


Text Example

White with #C40448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40448; }

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

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

background-color css

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

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

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

border-color css

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

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

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