Html Css Color HEX #C41839 Cardinal

📋 copy color: '#C41839'

red 196 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #C41839

Tints of Cardinal #C41839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 70.76%
G = 8.66%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41839 (or 0xC41839) is known color: Cardinal. HEX triplet: C4, 18 and 39. RGB value is (196,24,57). Sum of RGB (Red+Green+Blue) = 196+24+57=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C41839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41839 is #3BE7C6. Grayscale: #4F4F4F. Windows color (decimal): -3925959 or 3741892. OLE color: 3741892.

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

Color convert

RGB 196 24 57 -
CMYK 0 0.88 0.71 0.23
HSL 348.49º 0.78% 0.43% -
HSV(B) 348.49º 0.88% 0.77% -
XYZ 23.83 12.68 5.06 -
YUV 79.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 196 24 57 0 0.88 0.71 0.23 348.49 0.78 0.43
Hex C4 18 39 0 58 47 17 15C 4E 2B
Octal 304 30 71 0 130 107 27 534 116 53
Binary 11000100 11000 111001 0 1011000 1000111 10111 101011100 1001110 101011

Color Harmonies of #C41839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41839

Black with #C41839

Text Example


Text Example

White with #C41839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41839; }

 p { color: rgb(196,24,57); }

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

background-color css

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

 a { background-color: rgb(196,24,57); }

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

border-color css

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

 span { border-color: rgb(196,24,57); }

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