Html Css Color HEX #C5232D Cardinal

📋 copy color: '#C5232D'

red 197 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #C5232D

Tints of Cardinal #C5232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 71.12%
G = 12.64%
B = 16.25%

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

#C5232D (or 0xC5232D) is known color: Cardinal. HEX triplet: C5, 23 and 2D. RGB value is (197,35,45). Sum of RGB (Red+Green+Blue) = 197+35+45=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232D is #3ADCD2. Grayscale: #545454. Windows color (decimal): -3857619 or 2958277. OLE color: 2958277.

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

Color convert

RGB 197 35 45 -
CMYK 0 0.82 0.77 0.23
HSL 356.3º 0.7% 0.45% -
HSV(B) 356.3º 0.82% 0.77% -
XYZ 24.1 13.26 3.77 -
YUV 84.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 197 35 45 0 0.82 0.77 0.23 356.3 0.7 0.45
Hex C5 23 2D 0 52 4D 17 164 46 2D
Octal 305 43 55 0 122 115 27 544 106 55
Binary 11000101 100011 101101 0 1010010 1001101 10111 101100100 1000110 101101

Color Harmonies of #C5232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5232D

Black with #C5232D

Text Example


Text Example

White with #C5232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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