Html Css Color HEX #C50236 Cardinal

📋 copy color: '#C50236'

red 197 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #C50236

Tints of Cardinal #C50236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 77.87%
G = 0.79%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50236 (or 0xC50236) is known color: Cardinal. HEX triplet: C5, 02 and 36. RGB value is (197,2,54). Sum of RGB (Red+Green+Blue) = 197+2+54=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C50236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50236 is #3AFDC9. Grayscale: #424242. Windows color (decimal): -3866058 or 3539653. OLE color: 3539653.

HSL color Cylindrical-coordinate representation of color #C50236: hue angle of 344º 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 #C50236 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 54 -
CMYK 0 0.99 0.73 0.23
HSL 344º 0.98% 0.39% -
HSV(B) 344º 0.99% 0.77% -
XYZ 23.71 12.18 4.59 -
YUV 66.23 121.1 221.27 -
System Red Green Blue C M Y K H S L
Decimal 197 2 54 0 0.99 0.73 0.23 344 0.98 0.39
Hex C5 2 36 0 63 49 17 158 62 27
Octal 305 2 66 0 143 111 27 530 142 47
Binary 11000101 10 110110 0 1100011 1001001 10111 101011000 1100010 100111

Color Harmonies of #C50236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50236

Black with #C50236

Text Example


Text Example

White with #C50236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50236; }

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

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

background-color css

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

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

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

border-color css

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

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

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