Html Css Color HEX #C50331 Cardinal

📋 copy color: '#C50331'

red 197 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #C50331

Tints of Cardinal #C50331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 79.12%
G = 1.2%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C50331 (or 0xC50331) is known color: Cardinal. HEX triplet: C5, 03 and 31. RGB value is (197,3,49). Sum of RGB (Red+Green+Blue) = 197+3+49=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C50331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50331 is #3AFCCE. Grayscale: #424242. Windows color (decimal): -3865807 or 3212229. OLE color: 3212229.

HSL color Cylindrical-coordinate representation of color #C50331: hue angle of 345.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50331 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 49 -
CMYK 0 0.98 0.75 0.23
HSL 345.77º 0.97% 0.39% -
HSV(B) 345.77º 0.98% 0.77% -
XYZ 23.61 12.16 4.01 -
YUV 66.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 197 3 49 0 0.98 0.75 0.23 345.77 0.97 0.39
Hex C5 3 31 0 62 4B 17 15A 61 27
Octal 305 3 61 0 142 113 27 532 141 47
Binary 11000101 11 110001 0 1100010 1001011 10111 101011010 1100001 100111

Color Harmonies of #C50331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50331

Black with #C50331

Text Example


Text Example

White with #C50331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50331; }

 p { color: rgb(197,3,49); }

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

background-color css

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

 a { background-color: rgb(197,3,49); }

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

border-color css

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

 span { border-color: rgb(197,3,49); }

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