Html Css Color HEX #C50F3F Cardinal

📋 copy color: '#C50F3F'

red 197 ◦ green 15 ◦ blue 63

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

Shades of Cardinal #C50F3F

Tints of Cardinal #C50F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 71.64%
G = 5.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50F3F (or 0xC50F3F) is known color: Cardinal. HEX triplet: C5, 0F and 3F. RGB value is (197,15,63). Sum of RGB (Red+Green+Blue) = 197+15+63=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50F3F is #3AF0C0. Grayscale: #4A4A4A. Windows color (decimal): -3862721 or 4132805. OLE color: 4132805.

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

Color convert

RGB 197 15 63 -
CMYK 0 0.92 0.68 0.23
HSL 344.18º 0.86% 0.42% -
HSV(B) 344.18º 0.92% 0.77% -
XYZ 24.09 12.57 5.86 -
YUV 74.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 197 15 63 0 0.92 0.68 0.23 344.18 0.86 0.42
Hex C5 F 3F 0 5C 44 17 158 56 2A
Octal 305 17 77 0 134 104 27 530 126 52
Binary 11000101 1111 111111 0 1011100 1000100 10111 101011000 1010110 101010

Color Harmonies of #C50F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F3F

Black with #C50F3F

Text Example


Text Example

White with #C50F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F3F; }

 p { color: rgb(197,15,63); }

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

background-color css

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

 a { background-color: rgb(197,15,63); }

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

border-color css

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

 span { border-color: rgb(197,15,63); }

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