Html Css Color HEX #C51E36 Cardinal

📋 copy color: '#C51E36'

red 197 ◦ green 30 ◦ blue 54

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

Shades of Cardinal #C51E36

Tints of Cardinal #C51E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 70.11%
G = 10.68%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C51E36 (or 0xC51E36) is known color: Cardinal. HEX triplet: C5, 1E and 36. RGB value is (197,30,54). Sum of RGB (Red+Green+Blue) = 197+30+54=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E36 is #3AE1C9. Grayscale: #525252. Windows color (decimal): -3858890 or 3546821. OLE color: 3546821.

HSL color Cylindrical-coordinate representation of color #C51E36: hue angle of 351.38º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E36 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 54 -
CMYK 0 0.85 0.73 0.23
HSL 351.38º 0.74% 0.45% -
HSV(B) 351.38º 0.85% 0.77% -
XYZ 24.16 13.07 4.74 -
YUV 82.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 197 30 54 0 0.85 0.73 0.23 351.38 0.74 0.45
Hex C5 1E 36 0 55 49 17 15F 4A 2D
Octal 305 36 66 0 125 111 27 537 112 55
Binary 11000101 11110 110110 0 1010101 1001001 10111 101011111 1001010 101101

Color Harmonies of #C51E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E36

Black with #C51E36

Text Example


Text Example

White with #C51E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E36; }

 p { color: rgb(197,30,54); }

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

background-color css

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

 a { background-color: rgb(197,30,54); }

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

border-color css

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

 span { border-color: rgb(197,30,54); }

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