Html Css Color HEX #C50335 Cardinal

📋 copy color: '#C50335'

red 197 ◦ green 3 ◦ blue 53

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

Shades of Cardinal #C50335

Tints of Cardinal #C50335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 77.87%
G = 1.19%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50335 (or 0xC50335) is known color: Cardinal. HEX triplet: C5, 03 and 35. RGB value is (197,3,53). Sum of RGB (Red+Green+Blue) = 197+3+53=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C50335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50335 is #3AFCCA. Grayscale: #424242. Windows color (decimal): -3865803 or 3474373. OLE color: 3474373.

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

Color convert

RGB 197 3 53 -
CMYK 0 0.98 0.73 0.23
HSL 344.54º 0.97% 0.39% -
HSV(B) 344.54º 0.98% 0.77% -
XYZ 23.7 12.19 4.47 -
YUV 66.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 197 3 53 0 0.98 0.73 0.23 344.54 0.97 0.39
Hex C5 3 35 0 62 49 17 159 61 27
Octal 305 3 65 0 142 111 27 531 141 47
Binary 11000101 11 110101 0 1100010 1001001 10111 101011001 1100001 100111

Color Harmonies of #C50335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50335

Black with #C50335

Text Example


Text Example

White with #C50335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50335; }

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

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

background-color css

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

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

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

border-color css

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

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

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