Html Css Color HEX #C5203D Cardinal

📋 copy color: '#C5203D'

red 197 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #C5203D

Tints of Cardinal #C5203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 67.93%
G = 11.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5203D (or 0xC5203D) is known color: Cardinal. HEX triplet: C5, 20 and 3D. RGB value is (197,32,61). Sum of RGB (Red+Green+Blue) = 197+32+61=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5203D is #3ADFC2. Grayscale: #545454. Windows color (decimal): -3858371 or 4006085. OLE color: 4006085.

HSL color Cylindrical-coordinate representation of color #C5203D: hue angle of 349.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5203D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 61 -
CMYK 0 0.84 0.69 0.23
HSL 349.45º 0.72% 0.45% -
HSV(B) 349.45º 0.84% 0.77% -
XYZ 24.38 13.24 5.69 -
YUV 84.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 197 32 61 0 0.84 0.69 0.23 349.45 0.72 0.45
Hex C5 20 3D 0 54 45 17 15D 48 2D
Octal 305 40 75 0 124 105 27 535 110 55
Binary 11000101 100000 111101 0 1010100 1000101 10111 101011101 1001000 101101

Color Harmonies of #C5203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5203D

Black with #C5203D

Text Example


Text Example

White with #C5203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5203D; }

 p { color: rgb(197,32,61); }

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

background-color css

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

 a { background-color: rgb(197,32,61); }

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

border-color css

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

 span { border-color: rgb(197,32,61); }

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