Html Css Color HEX #C51943 Cardinal

📋 copy color: '#C51943'

red 197 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #C51943

Tints of Cardinal #C51943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 68.17%
G = 8.65%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51943 (or 0xC51943) is known color: Cardinal. HEX triplet: C5, 19 and 43. RGB value is (197,25,67). Sum of RGB (Red+Green+Blue) = 197+25+67=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51943 is #3AE6BC. Grayscale: #515151. Windows color (decimal): -3860157 or 4397509. OLE color: 4397509.

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

Color convert

RGB 197 25 67 -
CMYK 0 0.87 0.66 0.23
HSL 345.35º 0.77% 0.44% -
HSV(B) 345.35º 0.87% 0.77% -
XYZ 24.39 12.97 6.53 -
YUV 81.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 197 25 67 0 0.87 0.66 0.23 345.35 0.77 0.44
Hex C5 19 43 0 57 42 17 159 4D 2C
Octal 305 31 103 0 127 102 27 531 115 54
Binary 11000101 11001 1000011 0 1010111 1000010 10111 101011001 1001101 101100

Color Harmonies of #C51943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51943

Black with #C51943

Text Example


Text Example

White with #C51943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51943; }

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

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

background-color css

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

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

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

border-color css

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

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

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