Html Css Color HEX #C5124F Cardinal

📋 copy color: '#C5124F'

red 197 ◦ green 18 ◦ blue 79

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

Shades of Cardinal #C5124F

Tints of Cardinal #C5124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 67.01%
G = 6.12%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5124F (or 0xC5124F) is known color: Cardinal. HEX triplet: C5, 12 and 4F. RGB value is (197,18,79). Sum of RGB (Red+Green+Blue) = 197+18+79=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5124F is #3AEDB0. Grayscale: #4E4E4E. Windows color (decimal): -3861937 or 5182149. OLE color: 5182149.

HSL color Cylindrical-coordinate representation of color #C5124F: hue angle of 339.55º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5124F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 79 -
CMYK 0 0.91 0.60 0.23
HSL 339.55º 0.83% 0.42% -
HSV(B) 339.55º 0.91% 0.77% -
XYZ 24.65 12.87 8.58 -
YUV 78.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 197 18 79 0 0.91 0.60 0.23 339.55 0.83 0.42
Hex C5 12 4F 0 5B 3C 17 154 53 2A
Octal 305 22 117 0 133 74 27 524 123 52
Binary 11000101 10010 1001111 0 1011011 111100 10111 101010100 1010011 101010

Color Harmonies of #C5124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5124F

Black with #C5124F

Text Example


Text Example

White with #C5124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5124F; }

 p { color: rgb(197,18,79); }

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

background-color css

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

 a { background-color: rgb(197,18,79); }

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

border-color css

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

 span { border-color: rgb(197,18,79); }

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