Html Css Color HEX #C50C45 Cardinal

📋 copy color: '#C50C45'

red 197 ◦ green 12 ◦ blue 69

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

Shades of Cardinal #C50C45

Tints of Cardinal #C50C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 70.86%
G = 4.32%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50C45 (or 0xC50C45) is known color: Cardinal. HEX triplet: C5, 0C and 45. RGB value is (197,12,69). Sum of RGB (Red+Green+Blue) = 197+12+69=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C45 is #3AF3BA. Grayscale: #494949. Windows color (decimal): -3863483 or 4525253. OLE color: 4525253.

HSL color Cylindrical-coordinate representation of color #C50C45: hue angle of 341.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C45 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 12 69 -
CMYK 0 0.94 0.65 0.23
HSL 341.51º 0.89% 0.41% -
HSV(B) 341.51º 0.94% 0.77% -
XYZ 24.23 12.56 6.78 -
YUV 73.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 197 12 69 0 0.94 0.65 0.23 341.51 0.89 0.41
Hex C5 C 45 0 5E 41 17 156 59 29
Octal 305 14 105 0 136 101 27 526 131 51
Binary 11000101 1100 1000101 0 1011110 1000001 10111 101010110 1011001 101001

Color Harmonies of #C50C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C45

Black with #C50C45

Text Example


Text Example

White with #C50C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C45; }

 p { color: rgb(197,12,69); }

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

background-color css

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

 a { background-color: rgb(197,12,69); }

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

border-color css

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

 span { border-color: rgb(197,12,69); }

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