Html Css Color HEX #C5153C Cardinal

📋 copy color: '#C5153C'

red 197 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #C5153C

Tints of Cardinal #C5153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 70.86%
G = 7.55%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5153C (or 0xC5153C) is known color: Cardinal. HEX triplet: C5, 15 and 3C. RGB value is (197,21,60). Sum of RGB (Red+Green+Blue) = 197+21+60=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5153C is #3AEAC3. Grayscale: #4E4E4E. Windows color (decimal): -3861188 or 3937733. OLE color: 3937733.

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

Color convert

RGB 197 21 60 -
CMYK 0 0.89 0.70 0.23
HSL 346.7º 0.81% 0.43% -
HSV(B) 346.7º 0.89% 0.77% -
XYZ 24.11 12.73 5.46 -
YUV 78.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 197 21 60 0 0.89 0.70 0.23 346.7 0.81 0.43
Hex C5 15 3C 0 59 46 17 15B 51 2B
Octal 305 25 74 0 131 106 27 533 121 53
Binary 11000101 10101 111100 0 1011001 1000110 10111 101011011 1010001 101011

Color Harmonies of #C5153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5153C

Black with #C5153C

Text Example


Text Example

White with #C5153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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