Html Css Color HEX #C5233A Cardinal

📋 copy color: '#C5233A'

red 197 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #C5233A

Tints of Cardinal #C5233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 67.93%
G = 12.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5233A (or 0xC5233A) is known color: Cardinal. HEX triplet: C5, 23 and 3A. RGB value is (197,35,58). Sum of RGB (Red+Green+Blue) = 197+35+58=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5233A is #3ADCC5. Grayscale: #565656. Windows color (decimal): -3857606 or 3810245. OLE color: 3810245.

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

Color convert

RGB 197 35 58 -
CMYK 0 0.82 0.71 0.23
HSL 351.48º 0.7% 0.45% -
HSV(B) 351.48º 0.82% 0.77% -
XYZ 24.39 13.38 5.3 -
YUV 86.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 197 35 58 0 0.82 0.71 0.23 351.48 0.7 0.45
Hex C5 23 3A 0 52 47 17 15F 46 2D
Octal 305 43 72 0 122 107 27 537 106 55
Binary 11000101 100011 111010 0 1010010 1000111 10111 101011111 1000110 101101

Color Harmonies of #C5233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5233A

Black with #C5233A

Text Example


Text Example

White with #C5233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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