Html Css Color HEX #C5153D Cardinal

📋 copy color: '#C5153D'

red 197 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #C5153D

Tints of Cardinal #C5153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 70.61%
G = 7.53%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5153D (or 0xC5153D) is known color: Cardinal. HEX triplet: C5, 15 and 3D. RGB value is (197,21,61). Sum of RGB (Red+Green+Blue) = 197+21+61=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5153D is #3AEAC2. Grayscale: #4E4E4E. Windows color (decimal): -3861187 or 4003269. OLE color: 4003269.

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

Color convert

RGB 197 21 61 -
CMYK 0 0.89 0.69 0.23
HSL 346.36º 0.81% 0.43% -
HSV(B) 346.36º 0.89% 0.77% -
XYZ 24.14 12.74 5.6 -
YUV 78.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 197 21 61 0 0.89 0.69 0.23 346.36 0.81 0.43
Hex C5 15 3D 0 59 45 17 15A 51 2B
Octal 305 25 75 0 131 105 27 532 121 53
Binary 11000101 10101 111101 0 1011001 1000101 10111 101011010 1010001 101011

Color Harmonies of #C5153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5153D

Black with #C5153D

Text Example


Text Example

White with #C5153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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