Html Css Color HEX #C51939 Cardinal

📋 copy color: '#C51939'

red 197 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #C51939

Tints of Cardinal #C51939

RGB

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

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

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

R = 70.61%
G = 8.96%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C51939 (or 0xC51939) is known color: Cardinal. HEX triplet: C5, 19 and 39. RGB value is (197,25,57). Sum of RGB (Red+Green+Blue) = 197+25+57=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C51939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51939 is #3AE6C6. Grayscale: #505050. Windows color (decimal): -3860167 or 3742149. OLE color: 3742149.

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

Color convert

RGB 197 25 57 -
CMYK 0 0.87 0.71 0.23
HSL 348.84º 0.77% 0.44% -
HSV(B) 348.84º 0.87% 0.77% -
XYZ 24.11 12.86 5.08 -
YUV 80.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 197 25 57 0 0.87 0.71 0.23 348.84 0.77 0.44
Hex C5 19 39 0 57 47 17 15D 4D 2C
Octal 305 31 71 0 127 107 27 535 115 54
Binary 11000101 11001 111001 0 1010111 1000111 10111 101011101 1001101 101100

Color Harmonies of #C51939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51939

Black with #C51939

Text Example


Text Example

White with #C51939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51939; }

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

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

background-color css

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

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

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

border-color css

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

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

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