Html Css Color HEX #C51930 Cardinal

📋 copy color: '#C51930'

red 197 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #C51930

Tints of Cardinal #C51930

RGB

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

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

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

R = 72.96%
G = 9.26%
B = 17.78%

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

#C51930 (or 0xC51930) is known color: Cardinal. HEX triplet: C5, 19 and 30. RGB value is (197,25,48). Sum of RGB (Red+Green+Blue) = 197+25+48=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51930 is #3AE6CF. Grayscale: #4F4F4F. Windows color (decimal): -3860176 or 3152325. OLE color: 3152325.

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

Color convert

RGB 197 25 48 -
CMYK 0 0.87 0.76 0.23
HSL 351.98º 0.77% 0.44% -
HSV(B) 351.98º 0.87% 0.77% -
XYZ 23.91 12.78 4 -
YUV 79.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 197 25 48 0 0.87 0.76 0.23 351.98 0.77 0.44
Hex C5 19 30 0 57 4C 17 160 4D 2C
Octal 305 31 60 0 127 114 27 540 115 54
Binary 11000101 11001 110000 0 1010111 1001100 10111 101100000 1001101 101100

Color Harmonies of #C51930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51930

Black with #C51930

Text Example


Text Example

White with #C51930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51930; }

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

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

background-color css

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

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

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

border-color css

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

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

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