Html Css Color HEX #C41248 Cardinal

📋 copy color: '#C41248'

red 196 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #C41248

Tints of Cardinal #C41248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 68.53%
G = 6.29%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41248 (or 0xC41248) is known color: Cardinal. HEX triplet: C4, 12 and 48. RGB value is (196,18,72). Sum of RGB (Red+Green+Blue) = 196+18+72=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C41248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41248 is #3BEDB7. Grayscale: #4D4D4D. Windows color (decimal): -3927480 or 4723396. OLE color: 4723396.

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

Color convert

RGB 196 18 72 -
CMYK 0 0.91 0.63 0.23
HSL 341.8º 0.83% 0.42% -
HSV(B) 341.8º 0.91% 0.77% -
XYZ 24.15 12.64 7.3 -
YUV 77.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 196 18 72 0 0.91 0.63 0.23 341.8 0.83 0.42
Hex C4 12 48 0 5B 3F 17 156 53 2A
Octal 304 22 110 0 133 77 27 526 123 52
Binary 11000100 10010 1001000 0 1011011 111111 10111 101010110 1010011 101010

Color Harmonies of #C41248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41248

Black with #C41248

Text Example


Text Example

White with #C41248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41248; }

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

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

background-color css

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

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

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

border-color css

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

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

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