Html Css Color HEX #C51E37 Cardinal

📋 copy color: '#C51E37'

red 197 ◦ green 30 ◦ blue 55

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

Shades of Cardinal #C51E37

Tints of Cardinal #C51E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 69.86%
G = 10.64%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51E37 (or 0xC51E37) is known color: Cardinal. HEX triplet: C5, 1E and 37. RGB value is (197,30,55). Sum of RGB (Red+Green+Blue) = 197+30+55=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E37 is #3AE1C8. Grayscale: #525252. Windows color (decimal): -3858889 or 3612357. OLE color: 3612357.

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

Color convert

RGB 197 30 55 -
CMYK 0 0.85 0.72 0.23
HSL 351.02º 0.74% 0.45% -
HSV(B) 351.02º 0.85% 0.77% -
XYZ 24.18 13.07 4.86 -
YUV 82.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 197 30 55 0 0.85 0.72 0.23 351.02 0.74 0.45
Hex C5 1E 37 0 55 48 17 15F 4A 2D
Octal 305 36 67 0 125 110 27 537 112 55
Binary 11000101 11110 110111 0 1010101 1001000 10111 101011111 1001010 101101

Color Harmonies of #C51E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E37

Black with #C51E37

Text Example


Text Example

White with #C51E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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