Html Css Color HEX #C50943 Cardinal

📋 copy color: '#C50943'

red 197 ◦ green 9 ◦ blue 67

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

Shades of Cardinal #C50943

Tints of Cardinal #C50943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 72.16%
G = 3.3%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50943 (or 0xC50943) is known color: Cardinal. HEX triplet: C5, 09 and 43. RGB value is (197,9,67). Sum of RGB (Red+Green+Blue) = 197+9+67=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50943 is #3AF6BC. Grayscale: #474747. Windows color (decimal): -3864253 or 4393413. OLE color: 4393413.

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

Color convert

RGB 197 9 67 -
CMYK 0 0.95 0.66 0.23
HSL 341.49º 0.91% 0.4% -
HSV(B) 341.49º 0.95% 0.77% -
XYZ 24.14 12.47 6.45 -
YUV 71.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 197 9 67 0 0.95 0.66 0.23 341.49 0.91 0.4
Hex C5 9 43 0 5F 42 17 155 5B 28
Octal 305 11 103 0 137 102 27 525 133 50
Binary 11000101 1001 1000011 0 1011111 1000010 10111 101010101 1011011 101000

Color Harmonies of #C50943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50943

Black with #C50943

Text Example


Text Example

White with #C50943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50943; }

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

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

background-color css

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

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

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

border-color css

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

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

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