Html Css Color HEX #C5232F Cardinal

📋 copy color: '#C5232F'

red 197 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #C5232F

Tints of Cardinal #C5232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 70.61%
G = 12.54%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5232F (or 0xC5232F) is known color: Cardinal. HEX triplet: C5, 23 and 2F. RGB value is (197,35,47). Sum of RGB (Red+Green+Blue) = 197+35+47=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232F is #3ADCD0. Grayscale: #545454. Windows color (decimal): -3857617 or 3089349. OLE color: 3089349.

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

Color convert

RGB 197 35 47 -
CMYK 0 0.82 0.76 0.23
HSL 355.56º 0.7% 0.45% -
HSV(B) 355.56º 0.82% 0.77% -
XYZ 24.14 13.28 3.98 -
YUV 84.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 197 35 47 0 0.82 0.76 0.23 355.56 0.7 0.45
Hex C5 23 2F 0 52 4C 17 164 46 2D
Octal 305 43 57 0 122 114 27 544 106 55
Binary 11000101 100011 101111 0 1010010 1001100 10111 101100100 1000110 101101

Color Harmonies of #C5232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5232F

Black with #C5232F

Text Example


Text Example

White with #C5232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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