Html Css Color HEX #C50440 Cardinal

📋 copy color: '#C50440'

red 197 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #C50440

Tints of Cardinal #C50440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 74.34%
G = 1.51%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50440 (or 0xC50440) is known color: Cardinal. HEX triplet: C5, 04 and 40. RGB value is (197,4,64). Sum of RGB (Red+Green+Blue) = 197+4+64=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C50440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50440 is #3AFBBF. Grayscale: #444444. Windows color (decimal): -3865536 or 4195525. OLE color: 4195525.

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

Color convert

RGB 197 4 64 -
CMYK 0 0.98 0.68 0.23
HSL 341.35º 0.96% 0.39% -
HSV(B) 341.35º 0.98% 0.77% -
XYZ 23.99 12.33 5.97 -
YUV 68.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 197 4 64 0 0.98 0.68 0.23 341.35 0.96 0.39
Hex C5 4 40 0 62 44 17 155 60 27
Octal 305 4 100 0 142 104 27 525 140 47
Binary 11000101 100 1000000 0 1100010 1000100 10111 101010101 1100000 100111

Color Harmonies of #C50440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50440

Black with #C50440

Text Example


Text Example

White with #C50440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50440; }

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

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

background-color css

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

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

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

border-color css

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

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

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