Html Css Color HEX #C50031 Cardinal

📋 copy color: '#C50031'

red 197 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #C50031

Tints of Cardinal #C50031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C50031 (or 0xC50031) is known color: Cardinal. HEX triplet: C5, 00 and 31. RGB value is (197,0,49). Sum of RGB (Red+Green+Blue) = 197+0+49=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50031 is #3AFFCE. Grayscale: #404040. Windows color (decimal): -3866575 or 3211461. OLE color: 3211461.

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

Color convert

RGB 197 0 49 -
CMYK 0 1 0.75 0.23
HSL 345.08º 1% 0.39% -
HSV(B) 345.08º 1% 0.77% -
XYZ 23.58 12.09 4 -
YUV 64.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 197 0 49 0 1 0.75 0.23 345.08 1 0.39
Hex C5 0 31 0 64 4B 17 159 64 27
Octal 305 0 61 0 144 113 27 531 144 47
Binary 11000101 0 110001 0 1100100 1001011 10111 101011001 1100100 100111

Color Harmonies of #C50031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50031

Black with #C50031

Text Example


Text Example

White with #C50031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50031; }

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

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

background-color css

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

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

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

border-color css

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

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

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