Html Css Color HEX #C50535 Cardinal

📋 copy color: '#C50535'

red 197 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #C50535

Tints of Cardinal #C50535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 77.25%
G = 1.96%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50535 (or 0xC50535) is known color: Cardinal. HEX triplet: C5, 05 and 35. RGB value is (197,5,53). Sum of RGB (Red+Green+Blue) = 197+5+53=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50535 is #3AFACA. Grayscale: #434343. Windows color (decimal): -3865291 or 3474885. OLE color: 3474885.

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

Color convert

RGB 197 5 53 -
CMYK 0 0.97 0.73 0.23
HSL 345º 0.95% 0.4% -
HSV(B) 345º 0.97% 0.77% -
XYZ 23.72 12.24 4.48 -
YUV 67.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 197 5 53 0 0.97 0.73 0.23 345 0.95 0.4
Hex C5 5 35 0 61 49 17 159 5F 28
Octal 305 5 65 0 141 111 27 531 137 50
Binary 11000101 101 110101 0 1100001 1001001 10111 101011001 1011111 101000

Color Harmonies of #C50535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50535

Black with #C50535

Text Example


Text Example

White with #C50535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50535; }

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

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

background-color css

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

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

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

border-color css

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

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

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