Html Css Color HEX #C51938 Cardinal

📋 copy color: '#C51938'

red 197 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #C51938

Tints of Cardinal #C51938

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 70.86%
G = 8.99%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51938 (or 0xC51938) is known color: Cardinal. HEX triplet: C5, 19 and 38. RGB value is (197,25,56). Sum of RGB (Red+Green+Blue) = 197+25+56=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C51938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51938 is #3AE6C7. Grayscale: #505050. Windows color (decimal): -3860168 or 3676613. OLE color: 3676613.

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

Color convert

RGB 197 25 56 -
CMYK 0 0.87 0.72 0.23
HSL 349.19º 0.77% 0.44% -
HSV(B) 349.19º 0.87% 0.77% -
XYZ 24.09 12.85 4.95 -
YUV 79.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 197 25 56 0 0.87 0.72 0.23 349.19 0.77 0.44
Hex C5 19 38 0 57 48 17 15D 4D 2C
Octal 305 31 70 0 127 110 27 535 115 54
Binary 11000101 11001 111000 0 1010111 1001000 10111 101011101 1001101 101100

Color Harmonies of #C51938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51938

Black with #C51938

Text Example


Text Example

White with #C51938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51938; }

 p { color: rgb(197,25,56); }

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

background-color css

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

 a { background-color: rgb(197,25,56); }

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

border-color css

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

 span { border-color: rgb(197,25,56); }

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