Html Css Color HEX #C51B4A Cardinal

📋 copy color: '#C51B4A'

red 197 ◦ green 27 ◦ blue 74

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

Shades of Cardinal #C51B4A

Tints of Cardinal #C51B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 66.11%
G = 9.06%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51B4A (or 0xC51B4A) is known color: Cardinal. HEX triplet: C5, 1B and 4A. RGB value is (197,27,74). Sum of RGB (Red+Green+Blue) = 197+27+74=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B4A is #3AE4B5. Grayscale: #535353. Windows color (decimal): -3859638 or 4856773. OLE color: 4856773.

HSL color Cylindrical-coordinate representation of color #C51B4A: hue angle of 343.41º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B4A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 74 -
CMYK 0 0.86 0.62 0.23
HSL 343.41º 0.76% 0.44% -
HSV(B) 343.41º 0.86% 0.77% -
XYZ 24.65 13.15 7.72 -
YUV 83.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 197 27 74 0 0.86 0.62 0.23 343.41 0.76 0.44
Hex C5 1B 4A 0 56 3E 17 157 4C 2C
Octal 305 33 112 0 126 76 27 527 114 54
Binary 11000101 11011 1001010 0 1010110 111110 10111 101010111 1001100 101100

Color Harmonies of #C51B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B4A

Black with #C51B4A

Text Example


Text Example

White with #C51B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B4A; }

 p { color: rgb(197,27,74); }

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

background-color css

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

 a { background-color: rgb(197,27,74); }

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

border-color css

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

 span { border-color: rgb(197,27,74); }

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