Html Css Color HEX #C51E3B Cardinal

📋 copy color: '#C51E3B'

red 197 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #C51E3B

Tints of Cardinal #C51E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 68.88%
G = 10.49%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C51E3B (or 0xC51E3B) is known color: Cardinal. HEX triplet: C5, 1E and 3B. RGB value is (197,30,59). Sum of RGB (Red+Green+Blue) = 197+30+59=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E3B is #3AE1C4. Grayscale: #535353. Windows color (decimal): -3858885 or 3874501. OLE color: 3874501.

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

Color convert

RGB 197 30 59 -
CMYK 0 0.85 0.70 0.23
HSL 349.58º 0.74% 0.45% -
HSV(B) 349.58º 0.85% 0.77% -
XYZ 24.28 13.11 5.39 -
YUV 83.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 197 30 59 0 0.85 0.70 0.23 349.58 0.74 0.45
Hex C5 1E 3B 0 55 46 17 15E 4A 2D
Octal 305 36 73 0 125 106 27 536 112 55
Binary 11000101 11110 111011 0 1010101 1000110 10111 101011110 1001010 101101

Color Harmonies of #C51E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E3B

Black with #C51E3B

Text Example


Text Example

White with #C51E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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