Html Css Color HEX #C50436 Cardinal

📋 copy color: '#C50436'

red 197 ◦ green 4 ◦ blue 54

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

Shades of Cardinal #C50436

Tints of Cardinal #C50436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 77.25%
G = 1.57%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50436 (or 0xC50436) is known color: Cardinal. HEX triplet: C5, 04 and 36. RGB value is (197,4,54). Sum of RGB (Red+Green+Blue) = 197+4+54=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50436 is #3AFBC9. Grayscale: #434343. Windows color (decimal): -3865546 or 3540165. OLE color: 3540165.

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

Color convert

RGB 197 4 54 -
CMYK 0 0.98 0.73 0.23
HSL 344.46º 0.96% 0.39% -
HSV(B) 344.46º 0.98% 0.77% -
XYZ 23.74 12.22 4.6 -
YUV 67.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 197 4 54 0 0.98 0.73 0.23 344.46 0.96 0.39
Hex C5 4 36 0 62 49 17 158 60 27
Octal 305 4 66 0 142 111 27 530 140 47
Binary 11000101 100 110110 0 1100010 1001001 10111 101011000 1100000 100111

Color Harmonies of #C50436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50436

Black with #C50436

Text Example


Text Example

White with #C50436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50436; }

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

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

background-color css

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

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

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

border-color css

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

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

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