Html Css Color HEX #C5152F Cardinal

📋 copy color: '#C5152F'

red 197 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #C5152F

Tints of Cardinal #C5152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 74.34%
G = 7.92%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5152F (or 0xC5152F) is known color: Cardinal. HEX triplet: C5, 15 and 2F. RGB value is (197,21,47). Sum of RGB (Red+Green+Blue) = 197+21+47=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5152F is #3AEAD0. Grayscale: #4C4C4C. Windows color (decimal): -3861201 or 3085765. OLE color: 3085765.

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

Color convert

RGB 197 21 47 -
CMYK 0 0.89 0.76 0.23
HSL 351.14º 0.81% 0.43% -
HSV(B) 351.14º 0.89% 0.77% -
XYZ 23.81 12.61 3.87 -
YUV 76.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 197 21 47 0 0.89 0.76 0.23 351.14 0.81 0.43
Hex C5 15 2F 0 59 4C 17 15F 51 2B
Octal 305 25 57 0 131 114 27 537 121 53
Binary 11000101 10101 101111 0 1011001 1001100 10111 101011111 1010001 101011

Color Harmonies of #C5152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5152F

Black with #C5152F

Text Example


Text Example

White with #C5152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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