Html Css Color HEX #C51941 Cardinal

📋 copy color: '#C51941'

red 197 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #C51941

Tints of Cardinal #C51941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 68.64%
G = 8.71%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C51941 (or 0xC51941) is known color: Cardinal. HEX triplet: C5, 19 and 41. RGB value is (197,25,65). Sum of RGB (Red+Green+Blue) = 197+25+65=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C51941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51941 is #3AE6BE. Grayscale: #515151. Windows color (decimal): -3860159 or 4266437. OLE color: 4266437.

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

Color convert

RGB 197 25 65 -
CMYK 0 0.87 0.67 0.23
HSL 346.05º 0.77% 0.44% -
HSV(B) 346.05º 0.87% 0.77% -
XYZ 24.33 12.95 6.22 -
YUV 80.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 197 25 65 0 0.87 0.67 0.23 346.05 0.77 0.44
Hex C5 19 41 0 57 43 17 15A 4D 2C
Octal 305 31 101 0 127 103 27 532 115 54
Binary 11000101 11001 1000001 0 1010111 1000011 10111 101011010 1001101 101100

Color Harmonies of #C51941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51941

Black with #C51941

Text Example


Text Example

White with #C51941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51941; }

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

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

background-color css

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

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

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

border-color css

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

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

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