Html Css Color HEX #C41930 Cardinal

📋 copy color: '#C41930'

red 196 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #C41930

Tints of Cardinal #C41930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 72.86%
G = 9.29%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41930 (or 0xC41930) is known color: Cardinal. HEX triplet: C4, 19 and 30. RGB value is (196,25,48). Sum of RGB (Red+Green+Blue) = 196+25+48=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41930 is #3BE6CF. Grayscale: #4E4E4E. Windows color (decimal): -3925712 or 3152324. OLE color: 3152324.

HSL color Cylindrical-coordinate representation of color #C41930: hue angle of 351.93º 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 #C41930 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 48 -
CMYK 0 0.87 0.76 0.23
HSL 351.93º 0.77% 0.43% -
HSV(B) 351.93º 0.87% 0.77% -
XYZ 23.65 12.64 3.99 -
YUV 78.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 196 25 48 0 0.87 0.76 0.23 351.93 0.77 0.43
Hex C4 19 30 0 57 4C 17 160 4D 2B
Octal 304 31 60 0 127 114 27 540 115 53
Binary 11000100 11001 110000 0 1010111 1001100 10111 101100000 1001101 101011

Color Harmonies of #C41930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41930

Black with #C41930

Text Example


Text Example

White with #C41930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41930; }

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

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

background-color css

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

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

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

border-color css

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

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

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