Html Css Color HEX #C41A48 Cardinal

📋 copy color: '#C41A48'

red 196 ◦ green 26 ◦ blue 72

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

Shades of Cardinal #C41A48

Tints of Cardinal #C41A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 66.67%
G = 8.84%
B = 24.49%

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

#C41A48 (or 0xC41A48) is known color: Cardinal. HEX triplet: C4, 1A and 48. RGB value is (196,26,72). Sum of RGB (Red+Green+Blue) = 196+26+72=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A48 is #3BE5B7. Grayscale: #525252. Windows color (decimal): -3925432 or 4725444. OLE color: 4725444.

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

Color convert

RGB 196 26 72 -
CMYK 0 0.87 0.63 0.23
HSL 343.76º 0.77% 0.44% -
HSV(B) 343.76º 0.87% 0.77% -
XYZ 24.3 12.94 7.35 -
YUV 82.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 196 26 72 0 0.87 0.63 0.23 343.76 0.77 0.44
Hex C4 1A 48 0 57 3F 17 158 4D 2C
Octal 304 32 110 0 127 77 27 530 115 54
Binary 11000100 11010 1001000 0 1010111 111111 10111 101011000 1001101 101100

Color Harmonies of #C41A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A48

Black with #C41A48

Text Example


Text Example

White with #C41A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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