Html Css Color HEX #C50B45 Cardinal

📋 copy color: '#C50B45'

red 197 ◦ green 11 ◦ blue 69

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

Shades of Cardinal #C50B45

Tints of Cardinal #C50B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.97%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 71.12%
G = 3.97%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50B45 (or 0xC50B45) is known color: Cardinal. HEX triplet: C5, 0B and 45. RGB value is (197,11,69). Sum of RGB (Red+Green+Blue) = 197+11+69=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B45 is #3AF4BA. Grayscale: #494949. Windows color (decimal): -3863739 or 4524997. OLE color: 4524997.

HSL color Cylindrical-coordinate representation of color #C50B45: hue angle of 341.29º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B45 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 69 -
CMYK 0 0.94 0.65 0.23
HSL 341.29º 0.89% 0.41% -
HSV(B) 341.29º 0.94% 0.77% -
XYZ 24.22 12.54 6.77 -
YUV 73.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 197 11 69 0 0.94 0.65 0.23 341.29 0.89 0.41
Hex C5 B 45 0 5E 41 17 155 59 29
Octal 305 13 105 0 136 101 27 525 131 51
Binary 11000101 1011 1000101 0 1011110 1000001 10111 101010101 1011001 101001

Color Harmonies of #C50B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B45

Black with #C50B45

Text Example


Text Example

White with #C50B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B45; }

 p { color: rgb(197,11,69); }

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

background-color css

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

 a { background-color: rgb(197,11,69); }

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

border-color css

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

 span { border-color: rgb(197,11,69); }

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