Html Css Color HEX #C50542 Cardinal

📋 copy color: '#C50542'

red 197 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #C50542

Tints of Cardinal #C50542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 73.51%
G = 1.87%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50542 (or 0xC50542) is known color: Cardinal. HEX triplet: C5, 05 and 42. RGB value is (197,5,66). Sum of RGB (Red+Green+Blue) = 197+5+66=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50542 is #3AFABD. Grayscale: #454545. Windows color (decimal): -3865278 or 4326853. OLE color: 4326853.

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

Color convert

RGB 197 5 66 -
CMYK 0 0.97 0.66 0.23
HSL 340.94º 0.95% 0.4% -
HSV(B) 340.94º 0.97% 0.77% -
XYZ 24.06 12.37 6.27 -
YUV 69.36 126.11 219.04 -
System Red Green Blue C M Y K H S L
Decimal 197 5 66 0 0.97 0.66 0.23 340.94 0.95 0.4
Hex C5 5 42 0 61 42 17 155 5F 28
Octal 305 5 102 0 141 102 27 525 137 50
Binary 11000101 101 1000010 0 1100001 1000010 10111 101010101 1011111 101000

Color Harmonies of #C50542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50542

Black with #C50542

Text Example


Text Example

White with #C50542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50542; }

 p { color: rgb(197,5,66); }

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

background-color css

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

 a { background-color: rgb(197,5,66); }

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

border-color css

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

 span { border-color: rgb(197,5,66); }

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