Html Css Color HEX #C51934 Cardinal

📋 copy color: '#C51934'

red 197 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #C51934

Tints of Cardinal #C51934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 71.9%
G = 9.12%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C51934 (or 0xC51934) is known color: Cardinal. HEX triplet: C5, 19 and 34. RGB value is (197,25,52). Sum of RGB (Red+Green+Blue) = 197+25+52=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C51934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51934 is #3AE6CB. Grayscale: #4F4F4F. Windows color (decimal): -3860172 or 3414469. OLE color: 3414469.

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

Color convert

RGB 197 25 52 -
CMYK 0 0.87 0.74 0.23
HSL 350.58º 0.77% 0.44% -
HSV(B) 350.58º 0.87% 0.77% -
XYZ 23.99 12.81 4.46 -
YUV 79.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 197 25 52 0 0.87 0.74 0.23 350.58 0.77 0.44
Hex C5 19 34 0 57 4A 17 15F 4D 2C
Octal 305 31 64 0 127 112 27 537 115 54
Binary 11000101 11001 110100 0 1010111 1001010 10111 101011111 1001101 101100

Color Harmonies of #C51934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51934

Black with #C51934

Text Example


Text Example

White with #C51934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51934; }

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

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

background-color css

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

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

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

border-color css

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

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

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