Html Css Color HEX #C50C34 Cardinal

📋 copy color: '#C50C34'

red 197 ◦ green 12 ◦ blue 52

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

Shades of Cardinal #C50C34

Tints of Cardinal #C50C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 75.48%
G = 4.6%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50C34 (or 0xC50C34) is known color: Cardinal. HEX triplet: C5, 0C and 34. RGB value is (197,12,52). Sum of RGB (Red+Green+Blue) = 197+12+52=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C34 is #3AF3CB. Grayscale: #474747. Windows color (decimal): -3863500 or 3411141. OLE color: 3411141.

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

Color convert

RGB 197 12 52 -
CMYK 0 0.94 0.74 0.23
HSL 347.03º 0.89% 0.41% -
HSV(B) 347.03º 0.94% 0.77% -
XYZ 23.78 12.38 4.39 -
YUV 71.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 197 12 52 0 0.94 0.74 0.23 347.03 0.89 0.41
Hex C5 C 34 0 5E 4A 17 15B 59 29
Octal 305 14 64 0 136 112 27 533 131 51
Binary 11000101 1100 110100 0 1011110 1001010 10111 101011011 1011001 101001

Color Harmonies of #C50C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C34

Black with #C50C34

Text Example


Text Example

White with #C50C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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