Html Css Color HEX #C50239 Cardinal

📋 copy color: '#C50239'

red 197 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #C50239

Tints of Cardinal #C50239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 76.95%
G = 0.78%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C50239 (or 0xC50239) is known color: Cardinal. HEX triplet: C5, 02 and 39. RGB value is (197,2,57). Sum of RGB (Red+Green+Blue) = 197+2+57=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50239 is #3AFDC6. Grayscale: #424242. Windows color (decimal): -3866055 or 3736261. OLE color: 3736261.

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

Color convert

RGB 197 2 57 -
CMYK 0 0.99 0.71 0.23
HSL 343.08º 0.98% 0.39% -
HSV(B) 343.08º 0.99% 0.77% -
XYZ 23.79 12.21 4.97 -
YUV 66.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 197 2 57 0 0.99 0.71 0.23 343.08 0.98 0.39
Hex C5 2 39 0 63 47 17 157 62 27
Octal 305 2 71 0 143 107 27 527 142 47
Binary 11000101 10 111001 0 1100011 1000111 10111 101010111 1100010 100111

Color Harmonies of #C50239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50239

Black with #C50239

Text Example


Text Example

White with #C50239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50239; }

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

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

background-color css

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

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

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

border-color css

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

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

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