Html Css Color HEX #C5232E Cardinal

📋 copy color: '#C5232E'

red 197 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #C5232E

Tints of Cardinal #C5232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 70.86%
G = 12.59%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5232E (or 0xC5232E) is known color: Cardinal. HEX triplet: C5, 23 and 2E. RGB value is (197,35,46). Sum of RGB (Red+Green+Blue) = 197+35+46=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232E is #3ADCD1. Grayscale: #545454. Windows color (decimal): -3857618 or 3023813. OLE color: 3023813.

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

Color convert

RGB 197 35 46 -
CMYK 0 0.82 0.77 0.23
HSL 355.93º 0.7% 0.45% -
HSV(B) 355.93º 0.82% 0.77% -
XYZ 24.12 13.27 3.87 -
YUV 84.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 197 35 46 0 0.82 0.77 0.23 355.93 0.7 0.45
Hex C5 23 2E 0 52 4D 17 164 46 2D
Octal 305 43 56 0 122 115 27 544 106 55
Binary 11000101 100011 101110 0 1010010 1001101 10111 101100100 1000110 101101

Color Harmonies of #C5232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5232E

Black with #C5232E

Text Example


Text Example

White with #C5232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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