Html Css Color HEX #C50839 Cardinal

📋 copy color: '#C50839'

red 197 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #C50839

Tints of Cardinal #C50839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 75.19%
G = 3.05%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C50839 (or 0xC50839) is known color: Cardinal. HEX triplet: C5, 08 and 39. RGB value is (197,8,57). Sum of RGB (Red+Green+Blue) = 197+8+57=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C50839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50839 is #3AF7C6. Grayscale: #464646. Windows color (decimal): -3864519 or 3737797. OLE color: 3737797.

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

Color convert

RGB 197 8 57 -
CMYK 0 0.96 0.71 0.23
HSL 344.44º 0.92% 0.4% -
HSV(B) 344.44º 0.96% 0.77% -
XYZ 23.85 12.34 5 -
YUV 70.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 197 8 57 0 0.96 0.71 0.23 344.44 0.92 0.4
Hex C5 8 39 0 60 47 17 158 5C 28
Octal 305 10 71 0 140 107 27 530 134 50
Binary 11000101 1000 111001 0 1100000 1000111 10111 101011000 1011100 101000

Color Harmonies of #C50839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50839

Black with #C50839

Text Example


Text Example

White with #C50839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50839; }

 p { color: rgb(197,8,57); }

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

background-color css

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

 a { background-color: rgb(197,8,57); }

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

border-color css

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

 span { border-color: rgb(197,8,57); }

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