Html Css Color HEX #C51536 Cardinal

📋 copy color: '#C51536'

red 197 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #C51536

Tints of Cardinal #C51536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 72.43%
G = 7.72%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C51536 (or 0xC51536) is known color: Cardinal. HEX triplet: C5, 15 and 36. RGB value is (197,21,54). Sum of RGB (Red+Green+Blue) = 197+21+54=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C51536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51536 is #3AEAC9. Grayscale: #4D4D4D. Windows color (decimal): -3861194 or 3544517. OLE color: 3544517.

HSL color Cylindrical-coordinate representation of color #C51536: hue angle of 348.75º degrees, saturation: 0.81, 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 #C51536 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 54 -
CMYK 0 0.89 0.73 0.23
HSL 348.75º 0.81% 0.43% -
HSV(B) 348.75º 0.89% 0.77% -
XYZ 23.96 12.67 4.67 -
YUV 77.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 197 21 54 0 0.89 0.73 0.23 348.75 0.81 0.43
Hex C5 15 36 0 59 49 17 15D 51 2B
Octal 305 25 66 0 131 111 27 535 121 53
Binary 11000101 10101 110110 0 1011001 1001001 10111 101011101 1010001 101011

Color Harmonies of #C51536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51536

Black with #C51536

Text Example


Text Example

White with #C51536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51536; }

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

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

background-color css

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

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

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

border-color css

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

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

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