Html Css Color HEX #C51336 Cardinal

📋 copy color: '#C51336'

red 197 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #C51336

Tints of Cardinal #C51336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 72.96%
G = 7.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C51336 (or 0xC51336) is known color: Cardinal. HEX triplet: C5, 13 and 36. RGB value is (197,19,54). Sum of RGB (Red+Green+Blue) = 197+19+54=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51336 is #3AECC9. Grayscale: #4C4C4C. Windows color (decimal): -3861706 or 3544005. OLE color: 3544005.

HSL color Cylindrical-coordinate representation of color #C51336: hue angle of 348.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51336 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 54 -
CMYK 0 0.90 0.73 0.23
HSL 348.2º 0.82% 0.42% -
HSV(B) 348.2º 0.9% 0.77% -
XYZ 23.92 12.6 4.66 -
YUV 76.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 197 19 54 0 0.90 0.73 0.23 348.2 0.82 0.42
Hex C5 13 36 0 5A 49 17 15C 52 2A
Octal 305 23 66 0 132 111 27 534 122 52
Binary 11000101 10011 110110 0 1011010 1001001 10111 101011100 1010010 101010

Color Harmonies of #C51336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51336

Black with #C51336

Text Example


Text Example

White with #C51336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51336; }

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

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

background-color css

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

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

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

border-color css

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

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

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