Html Css Color HEX #C51037 Cardinal

📋 copy color: '#C51037'

red 197 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #C51037

Tints of Cardinal #C51037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 73.51%
G = 5.97%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51037 (or 0xC51037) is known color: Cardinal. HEX triplet: C5, 10 and 37. RGB value is (197,16,55). Sum of RGB (Red+Green+Blue) = 197+16+55=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C51037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51037 is #3AEFC8. Grayscale: #4A4A4A. Windows color (decimal): -3862473 or 3608773. OLE color: 3608773.

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

Color convert

RGB 197 16 55 -
CMYK 0 0.92 0.72 0.23
HSL 347.07º 0.85% 0.42% -
HSV(B) 347.07º 0.92% 0.77% -
XYZ 23.9 12.52 4.77 -
YUV 74.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 197 16 55 0 0.92 0.72 0.23 347.07 0.85 0.42
Hex C5 10 37 0 5C 48 17 15B 55 2A
Octal 305 20 67 0 134 110 27 533 125 52
Binary 11000101 10000 110111 0 1011100 1001000 10111 101011011 1010101 101010

Color Harmonies of #C51037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51037

Black with #C51037

Text Example


Text Example

White with #C51037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51037; }

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

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

background-color css

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

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

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

border-color css

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

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

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