Html Css Color HEX #C51339 Cardinal

📋 copy color: '#C51339'

red 197 ◦ green 19 ◦ blue 57

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

Shades of Cardinal #C51339

Tints of Cardinal #C51339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 72.16%
G = 6.96%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C51339 (or 0xC51339) is known color: Cardinal. HEX triplet: C5, 13 and 39. RGB value is (197,19,57). Sum of RGB (Red+Green+Blue) = 197+19+57=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51339 is #3AECC6. Grayscale: #4C4C4C. Windows color (decimal): -3861703 or 3740613. OLE color: 3740613.

HSL color Cylindrical-coordinate representation of color #C51339: hue angle of 347.19º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51339 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 57 -
CMYK 0 0.90 0.71 0.23
HSL 347.19º 0.82% 0.42% -
HSV(B) 347.19º 0.9% 0.77% -
XYZ 24 12.63 5.04 -
YUV 76.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 197 19 57 0 0.90 0.71 0.23 347.19 0.82 0.42
Hex C5 13 39 0 5A 47 17 15B 52 2A
Octal 305 23 71 0 132 107 27 533 122 52
Binary 11000101 10011 111001 0 1011010 1000111 10111 101011011 1010010 101010

Color Harmonies of #C51339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51339

Black with #C51339

Text Example


Text Example

White with #C51339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51339; }

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

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

background-color css

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

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

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

border-color css

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

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

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