Html Css Color HEX #C5203F Cardinal

📋 copy color: '#C5203F'

red 197 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #C5203F

Tints of Cardinal #C5203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 67.47%
G = 10.96%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5203F (or 0xC5203F) is known color: Cardinal. HEX triplet: C5, 20 and 3F. RGB value is (197,32,63). Sum of RGB (Red+Green+Blue) = 197+32+63=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5203F is #3ADFC0. Grayscale: #545454. Windows color (decimal): -3858369 or 4137157. OLE color: 4137157.

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

Color convert

RGB 197 32 63 -
CMYK 0 0.84 0.68 0.23
HSL 348.73º 0.72% 0.45% -
HSV(B) 348.73º 0.84% 0.77% -
XYZ 24.44 13.26 5.97 -
YUV 84.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 197 32 63 0 0.84 0.68 0.23 348.73 0.72 0.45
Hex C5 20 3F 0 54 44 17 15D 48 2D
Octal 305 40 77 0 124 104 27 535 110 55
Binary 11000101 100000 111111 0 1010100 1000100 10111 101011101 1001000 101101

Color Harmonies of #C5203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5203F

Black with #C5203F

Text Example


Text Example

White with #C5203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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