Html Css Color HEX #C50444 Cardinal

📋 copy color: '#C50444'

red 197 ◦ green 4 ◦ blue 68

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

Shades of Cardinal #C50444

Tints of Cardinal #C50444

RGB

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

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

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

R = 73.23%
G = 1.49%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50444 (or 0xC50444) is known color: Cardinal. HEX triplet: C5, 04 and 44. RGB value is (197,4,68). Sum of RGB (Red+Green+Blue) = 197+4+68=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50444 is #3AFBBB. Grayscale: #444444. Windows color (decimal): -3865532 or 4457669. OLE color: 4457669.

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

Color convert

RGB 197 4 68 -
CMYK 0 0.98 0.65 0.23
HSL 340.1º 0.96% 0.39% -
HSV(B) 340.1º 0.98% 0.77% -
XYZ 24.11 12.37 6.59 -
YUV 69 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 197 4 68 0 0.98 0.65 0.23 340.1 0.96 0.39
Hex C5 4 44 0 62 41 17 154 60 27
Octal 305 4 104 0 142 101 27 524 140 47
Binary 11000101 100 1000100 0 1100010 1000001 10111 101010100 1100000 100111

Color Harmonies of #C50444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50444

Black with #C50444

Text Example


Text Example

White with #C50444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50444; }

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

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

background-color css

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

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

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

border-color css

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

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

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