Html Css Color HEX #C50944 Cardinal

📋 copy color: '#C50944'

red 197 ◦ green 9 ◦ blue 68

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

Shades of Cardinal #C50944

Tints of Cardinal #C50944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 71.9%
G = 3.28%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50944 (or 0xC50944) is known color: Cardinal. HEX triplet: C5, 09 and 44. RGB value is (197,9,68). Sum of RGB (Red+Green+Blue) = 197+9+68=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C50944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50944 is #3AF6BB. Grayscale: #474747. Windows color (decimal): -3864252 or 4458949. OLE color: 4458949.

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

Color convert

RGB 197 9 68 -
CMYK 0 0.95 0.65 0.23
HSL 341.17º 0.91% 0.4% -
HSV(B) 341.17º 0.95% 0.77% -
XYZ 24.17 12.48 6.6 -
YUV 71.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 197 9 68 0 0.95 0.65 0.23 341.17 0.91 0.4
Hex C5 9 44 0 5F 41 17 155 5B 28
Octal 305 11 104 0 137 101 27 525 133 50
Binary 11000101 1001 1000100 0 1011111 1000001 10111 101010101 1011011 101000

Color Harmonies of #C50944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50944

Black with #C50944

Text Example


Text Example

White with #C50944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50944; }

 p { color: rgb(197,9,68); }

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

background-color css

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

 a { background-color: rgb(197,9,68); }

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

border-color css

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

 span { border-color: rgb(197,9,68); }

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