Html Css Color HEX #C41948 Cardinal

📋 copy color: '#C41948'

red 196 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #C41948

Tints of Cardinal #C41948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 66.89%
G = 8.53%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41948 (or 0xC41948) is known color: Cardinal. HEX triplet: C4, 19 and 48. RGB value is (196,25,72). Sum of RGB (Red+Green+Blue) = 196+25+72=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C41948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41948 is #3BE6B7. Grayscale: #515151. Windows color (decimal): -3925688 or 4725188. OLE color: 4725188.

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

Color convert

RGB 196 25 72 -
CMYK 0 0.87 0.63 0.23
HSL 343.51º 0.77% 0.43% -
HSV(B) 343.51º 0.87% 0.77% -
XYZ 24.28 12.9 7.34 -
YUV 81.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 196 25 72 0 0.87 0.63 0.23 343.51 0.77 0.43
Hex C4 19 48 0 57 3F 17 158 4D 2B
Octal 304 31 110 0 127 77 27 530 115 53
Binary 11000100 11001 1001000 0 1010111 111111 10111 101011000 1001101 101011

Color Harmonies of #C41948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41948

Black with #C41948

Text Example


Text Example

White with #C41948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41948; }

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

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

background-color css

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

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

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

border-color css

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

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

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