Html Css Color HEX #C41F48 Cardinal

📋 copy color: '#C41F48'

red 196 ◦ green 31 ◦ blue 72

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

Shades of Cardinal #C41F48

Tints of Cardinal #C41F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

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

R = 65.55%
G = 10.37%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41F48 (or 0xC41F48) is known color: Cardinal. HEX triplet: C4, 1F and 48. RGB value is (196,31,72). Sum of RGB (Red+Green+Blue) = 196+31+72=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F48 is #3BE0B7. Grayscale: #555555. Windows color (decimal): -3924152 or 4726724. OLE color: 4726724.

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

Color convert

RGB 196 31 72 -
CMYK 0 0.84 0.63 0.23
HSL 345.09º 0.73% 0.45% -
HSV(B) 345.09º 0.84% 0.77% -
XYZ 24.42 13.18 7.39 -
YUV 85.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 196 31 72 0 0.84 0.63 0.23 345.09 0.73 0.45
Hex C4 1F 48 0 54 3F 17 159 49 2D
Octal 304 37 110 0 124 77 27 531 111 55
Binary 11000100 11111 1001000 0 1010100 111111 10111 101011001 1001001 101101

Color Harmonies of #C41F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F48

Black with #C41F48

Text Example


Text Example

White with #C41F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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