Html Css Color HEX #C5263A Cardinal

📋 copy color: '#C5263A'

red 197 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #C5263A

Tints of Cardinal #C5263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 67.24%
G = 12.97%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5263A (or 0xC5263A) is known color: Cardinal. HEX triplet: C5, 26 and 3A. RGB value is (197,38,58). Sum of RGB (Red+Green+Blue) = 197+38+58=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5263A is #3AD9C5. Grayscale: #575757. Windows color (decimal): -3856838 or 3811013. OLE color: 3811013.

HSL color Cylindrical-coordinate representation of color #C5263A: hue angle of 352.45º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5263A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 58 -
CMYK 0 0.81 0.71 0.23
HSL 352.45º 0.68% 0.46% -
HSV(B) 352.45º 0.81% 0.77% -
XYZ 24.48 13.56 5.33 -
YUV 87.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 197 38 58 0 0.81 0.71 0.23 352.45 0.68 0.46
Hex C5 26 3A 0 51 47 17 160 44 2E
Octal 305 46 72 0 121 107 27 540 104 56
Binary 11000101 100110 111010 0 1010001 1000111 10111 101100000 1000100 101110

Color Harmonies of #C5263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5263A

Black with #C5263A

Text Example


Text Example

White with #C5263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5263A; }

 p { color: rgb(197,38,58); }

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

background-color css

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

 a { background-color: rgb(197,38,58); }

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

border-color css

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

 span { border-color: rgb(197,38,58); }

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