Html Css Color HEX #C51631 Cardinal

📋 copy color: '#C51631'

red 197 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #C51631

Tints of Cardinal #C51631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 73.51%
G = 8.21%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51631 (or 0xC51631) is known color: Cardinal. HEX triplet: C5, 16 and 31. RGB value is (197,22,49). Sum of RGB (Red+Green+Blue) = 197+22+49=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C51631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51631 is #3AE9CE. Grayscale: #4D4D4D. Windows color (decimal): -3860943 or 3217093. OLE color: 3217093.

HSL color Cylindrical-coordinate representation of color #C51631: hue angle of 350.74º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51631 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 49 -
CMYK 0 0.89 0.75 0.23
HSL 350.74º 0.8% 0.43% -
HSV(B) 350.74º 0.89% 0.77% -
XYZ 23.87 12.67 4.09 -
YUV 77.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 197 22 49 0 0.89 0.75 0.23 350.74 0.8 0.43
Hex C5 16 31 0 59 4B 17 15F 50 2B
Octal 305 26 61 0 131 113 27 537 120 53
Binary 11000101 10110 110001 0 1011001 1001011 10111 101011111 1010000 101011

Color Harmonies of #C51631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51631

Black with #C51631

Text Example


Text Example

White with #C51631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51631; }

 p { color: rgb(197,22,49); }

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

background-color css

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

 a { background-color: rgb(197,22,49); }

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

border-color css

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

 span { border-color: rgb(197,22,49); }

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